Difference between revisions of "Terraform state files"
Jump to navigation
Jump to search
↑ https://www.hashicorp.com/blog/announcing-controlled-remote-state-access-for-terraform-cloud-and-enterprise
(25 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
https://www.terraform.io/docs/language/state/index.html | https://www.terraform.io/docs/language/state/index.html | ||
− | + | * <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. | |
− | == | + | == News == |
− | * | + | * 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 == | ||
− | * [[terraform state]] | + | * [[JSON]] |
− | * [[terraform. | + | * <code>[[terraform output]]</code> |
+ | * <code>[[terraform state]]</code> | ||
+ | * <code>[[terraform force-unlock]]</code> | ||
+ | * <code>[[terraform apply -refresh-only]]</code> | ||
+ | * [[Remote state backends to manage Terraform state]] | ||
+ | * <code>[[Terraform S3 backend|key]]</code> in [[Terraform S3 backend]] | ||
+ | * [[Terraform Associate]]: Understand [[secret management]] in [[state files]] | ||
+ | * <code>[[.terraform.lock.hcl]]</code>(Generated executing: <code>[[terraform init]]</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. | ||
== See also == | == See also == | ||
* {{tf files}} | * {{tf files}} | ||
− | |||
[[Category:Terraform]] | [[Category:Terraform]] |
Latest revision as of 15:02, 4 April 2023
https://www.terraform.io/docs/language/state/index.html
terraform.tfstate
fileterraform.tfstate.d
directory for Workspaces
Terraform workspaces allows to have multiple state files in the same working directory.
News[edit]
- May 2021 Controlled Remote State Access https://www.hashicorp.com/blog/announcing-controlled-remote-state-access-for-terraform-cloud-and-enterprise
Related terms[edit]
- JSON
terraform output
terraform state
terraform force-unlock
terraform apply -refresh-only
- Remote state backends to manage Terraform state
key
in Terraform S3 backend- Terraform Associate: Understand secret management in state files
.terraform.lock.hcl
(Generated executing:terraform init
)terraform workspace
- Terraform Cloud: Controlled remote state Access (May 2021[1]) feature in Terraform Cloud and Terraform Enterprise, users now have a new way to establish granular controls for state accessibility.
See also[edit]
- Terraform configuration files, Terraform state files:
.tf
,.tfvars
,main.tf, outputs.tf
,variables.tf
,.terraform.d/
,terraform init
,providers.tf
,.terraform/
,terraform.tfstate
,.terraform.lock.hcl
,terraform.tfstate.d, override.tf, versions.tf
Advertising: