Difference between revisions of "Terraform state files"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
* <code>[[terraform.tfstate]]</code> file
 
* <code>[[terraform.tfstate]]</code> file
 +
* <code>[[terraform.tfstate.d]]</code> directory for [[Workspaces]]
  
 
Terraform workspaces allows to have multiple state files in the same working directory.
 
Terraform workspaces allows to have multiple state files in the same working directory.
  
== Activities ==
+
== News ==
* Read https://www.hashicorp.com/blog/announcing-controlled-remote-state-access-for-terraform-cloud-and-enterprise
+
* May 2021 Controlled [[Remote State]] Access https://www.hashicorp.com/blog/announcing-controlled-remote-state-access-for-terraform-cloud-and-enterprise
  
 
== Related terms ==
 
== Related terms ==
 +
* [[JSON]]
 +
* <code>[[terraform output]]</code>
 
* <code>[[terraform state]]</code>
 
* <code>[[terraform state]]</code>
* <code>[[terraform output]]</code>
 
 
* <code>[[terraform force-unlock]]</code>
 
* <code>[[terraform force-unlock]]</code>
 
* <code>[[terraform apply -refresh-only]]</code>
 
* <code>[[terraform apply -refresh-only]]</code>
Line 16: Line 18:
 
* <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.
Line 22: Line 24:
 
== See also ==
 
== See also ==
 
* {{tf files}}
 
* {{tf files}}
* {{terraform}}
 
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 15:02, 4 April 2023

Advertising: