Array is not a variable type. Variable types in terraform are:
string: A sequence of Unicode characters
number: A numeric value, either an integer or a floating-point number
bool: A Boolean value of either true or false
list: An ordered collection of values, all of which must be of the same type
map: A collection of key-value pairs, where the keys and values can be of any type
set: An unordered collection of unique values, all of which must be of the same type
object: A complex structure that can contain other objects, lists, and scalar values
tuple: A fixed-length array of specific types. (Terraform version 0.13 and later)
https://developer.hashicorp.com/terraform/language/expressions/types
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
InformationOverload
Highly Voted 1 year, 10 months agoDerag
Most Recent 1 year, 2 months agoJlee7
1 year, 5 months agoagmesas
1 year, 9 months ago