Declare Terraform String Variable with Vim in Git Bash on Windows - DevPops-Inc/windows GitHub Wiki

• Type variable “< variable name >” { and press the Enter key to create a new line.
image

• Press spacebar twice to indent, type type = string and press the Enter key to set the variable type to string.
image

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

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