Skip to content

Instantly share code, notes, and snippets.

@carlosdoliveira
Created April 23, 2022 00:07
Show Gist options
  • Save carlosdoliveira/557347ffdd149233c2e592caaa4d7a09 to your computer and use it in GitHub Desktop.
Save carlosdoliveira/557347ffdd149233c2e592caaa4d7a09 to your computer and use it in GitHub Desktop.
Variables no terraform sem indentação
variable "variable1" {
type = "string"
default = null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment