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

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
* https://www.terraform.io/docs/language/values/variables.html
 
* https://www.terraform.io/docs/language/values/variables.html
 +
* https://learn.hashicorp.com/tutorials/terraform/aws-variables
  
 
Example:
 
Example:

Revision as of 09:28, 5 September 2021

Example:

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


Related term

See also

Advertising: