Difference between revisions of "Terraform variables"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(3 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
== Errors ==
 
== Errors ==
 
* <code>[[Error: Reference to undeclared input variable]]</code>
 
* <code>[[Error: Reference to undeclared input variable]]</code>
* [[Error: Variables not allowed]]
+
* <code>[[Error: Variables not allowed]]</code>
* [[Error: Duplicate variable declaration]]
+
* <code>[[Error: Duplicate variable declaration]]</code>
 +
* <code>[[Error: No value for required variable]]</code>
  
 
== Related ==
 
== Related ==
 
* [[Terraform variable types]]: <code>[[string]], [[number]], [[bool]], any</code>
 
* [[Terraform variable types]]: <code>[[string]], [[number]], [[bool]], any</code>
 
* [[Terraform environment variables]]
 
* [[Terraform environment variables]]
 +
* [[Terraform configuration variables]]
 
* [[Terraform: variables.tf]]
 
* [[Terraform: variables.tf]]
 
* <code>[[auto.tfvars]]</code>
 
* <code>[[auto.tfvars]]</code>
Line 27: Line 29:
 
* <code>[[Terraform: output|output]]</code>
 
* <code>[[Terraform: output|output]]</code>
 
* <code>[[-var-file]]</code>
 
* <code>[[-var-file]]</code>
* <code>[[locals]]</code>: https://www.terraform.io/language/values/locals
+
* <code>[[locals]]: [[locals.tf]]</code>: https://www.terraform.io/language/values/locals
 
* [[Terragrunt: inputs:]]
 
* [[Terragrunt: inputs:]]
 +
* <code>[[TF_VAR_]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 05:19, 12 February 2024

Advertising: