Difference between revisions of "Terraform backends"

From wikieduonline
Jump to navigation Jump to search
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

Advertising: