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.
image

• 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.
image

• Type } and press the “Enter” key to close the scope of the variable.
image

⚠️ **GitHub.com Fallback** ⚠️