Difference between revisions of "Terraform backends"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
* [[local]] | * [[local]] | ||
* [[consul]] | * [[consul]] | ||
− | * <code>[[remote]]</code> | + | * <code>[[Terraform backend: remote|remote]]</code> |
* [[COS]]: [[Tencent Cloud Object Storage (COS)]] | * [[COS]]: [[Tencent Cloud Object Storage (COS)]] | ||
* [[Kubernetes]] | * [[Kubernetes]] |
Revision as of 07:29, 20 September 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 state [pull | push]
AWS_PROFILE
profile
https://www.terraform.io/docs/language/settings/backends/s3.html#profileaws s3api create-bucket
andaws s3 mb
- Terraform providers:
provider.tf
- Terraform Associate: Handle backend authentication methods
local
backend- Workspaces and locking
- Remote state backends to manage Terraform state
Terraform has been successfully initialized!
See also
Advertising: