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
Line 5: | Line 5: | ||
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. | ||
− | == | + | == News == |
− | * May | + | * May 2021 https://www.hashicorp.com/blog/announcing-controlled-remote-state-access-for-terraform-cloud-and-enterprise |
== Related terms == | == Related terms == |
Revision as of 23:36, 25 February 2022
https://www.terraform.io/docs/language/state/index.html
terraform.tfstate
file
Terraform workspaces allows to have multiple state files in the same working directory.
News
Related terms
terraform state
terraform output
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
- 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
- Terraform, OpenTofu, Terrakube.org, Installation, Terraform AWS, Terraform GCP, Terraform commands, Terraform Cloud, Terraform Enterprise (TFE), HCL, HIL, meta-arguments, providers, modules, resource, provisioners, data sources, backends: remote backends, examples, configuration files, state files, variables, types, Terraform Registry, conditionals:
depends_on
, functions, Blocks, dynamic blocks, errors, Terragrunt, Terraformer, Terratest, Terraform certifications, Terraform map type, Terraform Associate, Terraform: list type,TF_VAR_, TF_LOG
, Terraform provider versioning, Terraform Style Conventions, Required version, Terraform plugin, Terraform Named Values, tags, Changelog,tfsec, tflint
, Operators, Expressions:for, splat
, Debugging, Namespaces, Terraform Landing Zones, CDKTF, Atmos
Advertising: