Difference between revisions of ".tfvars"

From wikieduonline
Jump to navigation Jump to search
Line 25: Line 25:
 
== Related ==
 
== Related ==
 
* [[Terraform variables]]
 
* [[Terraform variables]]
 +
* <code>[[.tf]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 09:47, 17 February 2022

terraform.tfvars

terraform plan -var-file="your_file.tfvars"
terraform apply -var-file="your_file.tfvars"


subnets = [
  "subnet-02173da6287aa8766",
  "subnet-0355bd5e1338d9077",
  "subnet-03a8593192e921d88",
]
tags = {
  env          = "sandbox",
  created-by   = "your_name"
  triggered-by = "terraform"
  project      = "your_project"
  ou           = "your_OU"
}
vpc_id = "your_vpn_id"

Related

See also

Advertising: