Difference between revisions of "Terraform backends"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
  terraform {
 
  terraform {
 
   backend "s3" {
 
   backend "s3" {
     bucket = "your-terraform-states"
+
     [[bucket]] = "your-terraform-states"
 
     key    = "terraform.tfstate"
 
     key    = "terraform.tfstate"
 
     region = "[[us-west-2]]"
 
     region = "[[us-west-2]]"

Revision as of 17:35, 17 September 2021

Advertising: