Difference between revisions of "Terraform backends"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* [[Terraform S3 backend]] | * [[Terraform S3 backend]] | ||
* [[Terraform S3 backend: dynamodb table]] | * [[Terraform S3 backend: dynamodb table]] | ||
− | * [[gcs]] | + | * <code>[[gcs]]</code> |
* [[local]] | * [[local]] | ||
* [[consul]] | * [[consul]] |
Revision as of 10:51, 25 October 2022
https://www.terraform.io/language/settings/backends
https://www.terraform.io/language/settings/backends/configuration#available-backends
- Terraform S3 backend
- Terraform S3 backend: dynamodb table
gcs
- local
- consul
remote
- COS: Tencent Cloud Object Storage (COS)
- Kubernetes
- pg (PostgreSQL)
- azurerm
Deprecated
https://www.terraform.io/language/settings/backends/s3
Related terms
terraform workspace
- Terraform providers:
provider.tf
terraform state [pull | push]
AWS_PROFILE
profile
https://www.terraform.io/docs/language/settings/backends/s3.html#profileaws s3api create-bucket
andaws s3 mb
- Terraform Associate: Handle backend authentication methods
local
backend- Workspaces and locking
- Remote state backends to manage Terraform state
Terraform has been successfully initialized!
terraform init -backend-config
See also
Advertising: