Difference between revisions of ".terraform/"
Jump to navigation
Jump to search
(Created page with " terraform init") |
|||
(26 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | https://www.terraform.io/cli/init#working-directory-contents | ||
+ | [[.terraform/]] | ||
+ | [[.terraform.d/]] | ||
+ | [[.terraform.lock.hcl]] | ||
− | + | * <code>[[.terraform/modules/]]</code> | |
+ | * <code>[[.terraform/providers/]]</code> | ||
+ | * <code>[[.terraform/environment]]</code> | ||
+ | |||
+ | |||
+ | * <code>[[$HOME/terraform.tfstate.d/your_workspace_name/]]</code> | ||
+ | |||
+ | * <code>[[.terraform/terraform.tfstate]]</code> | ||
+ | |||
+ | * <code>cat [[.terraform/modules/modules.json]] | [[jq]]</code> | ||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | * [[Terraform state files]] | ||
+ | * <code>[[terraform init]]</code> | ||
+ | * <code>[[.terraform.d/]]</code> | ||
+ | * <code>[[git rm]] -r .terraform/</code> | ||
+ | * <code>[[terraform workspace list]]</code> | ||
+ | * <code>[[TF_DATA_DIR]]</code> | ||
+ | * <code>[[.terraform.lock.hcl]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{.terraform}} | ||
+ | * {{tf files}} | ||
+ | * {{terraform cmd}} | ||
+ | |||
+ | [[Category:Terraform]] |
Latest revision as of 08:40, 28 June 2024
https://www.terraform.io/cli/init#working-directory-contents
.terraform/ .terraform.d/ .terraform.lock.hcl
Related terms[edit]
- Terraform state files
terraform init
.terraform.d/
git rm -r .terraform/
terraform workspace list
TF_DATA_DIR
.terraform.lock.hcl
See also[edit]
.terraform
- 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
[untaint | fmt
|apply
|show
|state
|init | plan | console | output
|validate
|destroy
|debug
|import
|providers
|get
|graph
|workspaces
|resource
|login
|-var-file
|state mv
|state pull
|state push
|state replace-provider
|state rm
|force-unlock
|env
|tfe
|--version
|remote-exec
|delete on termination
| deprecated commands |terraform --help
]
Advertising: