So terraform supports string list assigment to new input variable but not the bash array format. But during the time of writing. Lets say that we have bash array like this one below BASH_ARRAY=( “a” “b” “c” ) And we want to pass the bash array to terraform variable declaration which is list of strings. […]