Difference between revisions of "Terraform state files"

From wikieduonline
Jump to navigation Jump to search
Line 17: Line 17:
 
* <code>[[Terraform S3 backend|key]]</code> in [[Terraform S3 backend]]
 
* <code>[[Terraform S3 backend|key]]</code> in [[Terraform S3 backend]]
 
* [[Terraform Associate]]: Understand [[secret management]] in [[state files]]
 
* [[Terraform Associate]]: Understand [[secret management]] in [[state files]]
* <code>[[.terraform.lock.hcl]] (Generated executing: <code>[[terraform init]]</code>)</code>
+
* <code>[[.terraform.lock.hcl]]</code>(Generated executing: <code>[[terraform init]]</code>)
 
* <code>[[terraform workspace]]</code>
 
* <code>[[terraform workspace]]</code>
 
* [[Terraform Cloud]]: [[Controlled remote state Access]] (May 2021<ref>https://www.hashicorp.com/blog/announcing-controlled-remote-state-access-for-terraform-cloud-and-enterprise</ref>) feature in [[Terraform Cloud]] and Terraform Enterprise, users now have a new way to establish granular controls for [[state ]] accessibility.
 
* [[Terraform Cloud]]: [[Controlled remote state Access]] (May 2021<ref>https://www.hashicorp.com/blog/announcing-controlled-remote-state-access-for-terraform-cloud-and-enterprise</ref>) feature in [[Terraform Cloud]] and Terraform Enterprise, users now have a new way to establish granular controls for [[state ]] accessibility.

Revision as of 09:53, 28 February 2022

https://www.terraform.io/docs/language/state/index.html

Terraform workspaces allows to have multiple state files in the same working directory.

News

Related terms

See also

  • https://www.hashicorp.com/blog/announcing-controlled-remote-state-access-for-terraform-cloud-and-enterprise
  • Advertising: