Template:Tf dynamo s3 ex

From wikieduonline
Revision as of 11:07, 29 August 2024 by Welcome (talk | contribs) (Created page with " terraform { backend "s3" { bucket = "your-terraform-states" key<ref>https://www.terraform.io/docs/language/settings/backends/s3.html#key</ref> = "t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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"
  }

}

Advertising: