Difference between revisions of "Terraform backends"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 38: | Line 38: | ||
* <code>[[Terraform has been successfully initialized!]]</code> | * <code>[[Terraform has been successfully initialized!]]</code> | ||
* <code>[[terraform init -backend-config]]</code> | * <code>[[terraform init -backend-config]]</code> | ||
+ | |||
+ | == Errors == | ||
+ | * [[Error: Backend configuration changed]] | ||
== See also == | == See also == |
Revision as of 15:58, 20 April 2023
https://www.terraform.io/language/settings/backends
https://www.terraform.io/language/settings/backends/configuration#available-backends
- Terraform S3 backend:
bucket
- Terraform S3 backend: dynamodb_table:
key
gcs
- local
remote
- consul
- COS: Tencent Cloud Object Storage (COS)
- Kubernetes
- pg (PostgreSQL)
- azurerm
Contents
Deprecated
https://www.terraform.io/language/settings/backends/s3
Related terms
terraform workspace
- Terraform providers:
provider.tf
terraform state [pull | push]
AWS_PROFILE
- Terraform S3 backend:
profile
https://www.terraform.io/docs/language/settings/backends/s3.html#profile aws s3api create-bucket
andaws s3 mb
- Terraform Associate: Handle backend authentication methods
local
backend- Workspaces and locking
Terraform has been successfully initialized!
terraform init -backend-config
Errors
See also
Advertising: