Difference between revisions of "-var-file"

From wikieduonline
Jump to navigation Jump to search
(Created page with " terraform plan -var-file="your_file.tfvars" terraform apply -var-file="your_file.tfvars" == See also == * {{terraforms cmd}}")
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
terraform plan -var-file="your_file[[.tfvars]]"
+
* <code>[[terraform plan]] -var-file="your_file[[.tfvars]]"</code>
terraform apply -var-file="your_file.tfvars"
+
* <code>[[terraform apply]] -var-file="your_file.tfvars"</code>
  
 +
== Related ==
 +
* [[Terraform variables]]: <code>[[Error: Reference to undeclared input variable]]</code>
 +
* <code>[[-var]]</code>
 +
* <code>[[variables.tf]]</code>
  
 
== See also ==
 
== See also ==
* {{terraforms cmd}}
+
* {{terraform plan}}
 +
 
 +
[[Category:Terraform]]

Latest revision as of 11:40, 25 October 2022

Advertising: