terraform variables: variables.tf

From wikieduonline
Revision as of 09:25, 5 September 2021 by Welcome (talk | contribs) (→‎See also)
Jump to navigation Jump to search

Example:

variable "yourvarname" {
  type = string
  description = "Description of your variable"
  default = "your_default_value"
}


Related term

See also

Advertising: