Difference between revisions of "Terraform variables: variables.tf"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
== See also ==
 
== See also ==
 
* {{tf files}}
 
* {{tf files}}
 +
* {{terraform cmd}}
 
* {{Terraform}}
 
* {{Terraform}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Revision as of 09:25, 5 September 2021

Example:

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


Related term

See also

Advertising: