Difference between revisions of "Terraform backends"
Jump to navigation
Jump to search
↑ https://www.terraform.io/docs/language/settings/backends/s3.html#key
Line 1: | Line 1: | ||
* [[Terraform S3 backend]]: [[Terraform S3 backend: dynamodb table]] | * [[Terraform S3 backend]]: [[Terraform S3 backend: dynamodb table]] | ||
+ | |||
+ | |||
+ | == [[S3]] Example == | ||
+ | terraform { | ||
+ | backend "s3" { | ||
+ | [[bucket]] = "your-terraform-states" | ||
+ | [[key]]<ref>https://www.terraform.io/docs/language/settings/backends/s3.html#key</ref> = "[[terraform.tfstate]]" | ||
+ | region = "[[us-west-2]]" | ||
+ | [[dynamodb_table]] = "your-terraform-states" | ||
+ | [[profile]] = "your-profile" | ||
+ | [[workspace_key_prefix]] = "your-workspace" | ||
+ | } | ||
+ | } | ||
== Related terms == | == Related terms == |
Revision as of 18:16, 21 October 2021
S3 Example
terraform { backend "s3" { bucket = "your-terraform-states" key[1] = "terraform.tfstate" region = "us-west-2" dynamodb_table = "your-terraform-states" profile = "your-profile" workspace_key_prefix = "your-workspace" } }
Related terms
terraform workspace
AWS_PROFILE
profile
https://www.terraform.io/docs/language/settings/backends/s3.html#profile
See also
- Terraform backends:
S3
,Terraform S3 backend: dynamodb table
,GCS, remote
- Terraform, OpenTofu, Terrakube.org, Installation, Terraform AWS, Terraform GCP, Terraform commands, Terraform Cloud, Terraform Enterprise (TFE), HCL, HIL, meta-arguments, providers, modules, resource, provisioners, data sources, backends: remote backends, examples, configuration files, state files, variables, types, Terraform Registry, conditionals:
depends_on
, functions, Blocks, dynamic blocks, errors, Terragrunt, Terraformer, Terratest, Terraform certifications, Terraform map type, Terraform Associate, Terraform: list type,TF_VAR_, TF_LOG
, Terraform provider versioning, Terraform Style Conventions, Required version, Terraform plugin, Terraform Named Values, tags, Changelog,tfsec, tflint
, Operators, Expressions:for, splat
, Debugging, Namespaces, Terraform Landing Zones, CDKTF, Atmos
Advertising: