Declare List of Strings Terraform Variable with Vim in Git Bash on Windows - DevPops-Inc/windows GitHub Wiki
• Type variable “< variable name >” {
and press the Enter key declare the variable and open its scope.
•
• Press spacebar twice to indent, type type = list(string)
and press the Enter key to set the type of the variable to list of strings.
•
• Type }
and press the “Enter” key to close the scope of the variable.
•