Difference between revisions of "Terraform backends"
Jump to navigation
Jump to search
↑ https://www.terraform.io/language/settings/backends/s3
Line 30: | Line 30: | ||
* <code>[[AWS_PROFILE]]</code> | * <code>[[AWS_PROFILE]]</code> | ||
* [[Terraform S3 backend]]: <code>[[profile]]</code> https://www.terraform.io/docs/language/settings/backends/s3.html#profile | * [[Terraform S3 backend]]: <code>[[profile]]</code> https://www.terraform.io/docs/language/settings/backends/s3.html#profile | ||
− | |||
− | |||
* [[Terraform Associate]]: Handle backend [[authentication methods]] | * [[Terraform Associate]]: Handle backend [[authentication methods]] | ||
* <code>[[local]]</code> backend | * <code>[[local]]</code> backend |
Revision as of 15:51, 10 July 2024
https://www.terraform.io/language/settings/backends
Backends
https://www.terraform.io/language/settings/backends/configuration#available-backends
- Terraform S3 backend [1]:
bucket
- Terraform S3 backend: dynamodb_table:
key
gcs
- local
remote
- consul
- COS: Tencent Cloud Object Storage (COS)
- Kubernetes
- pg (PostgreSQL)
- azurerm
Deprecated
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 - Terraform Associate: Handle backend authentication methods
local
backend- Workspaces and locking
Terraform has been successfully initialized!
terraform init -backend-config
.terraform
Errors
See also
Advertising: