Document

SUBSCRIBE TO GET FULL ACCESS TO THE E-BOOKS FOR FREE 🎁SUBSCRIBE NOW

Professional Dropdown with Icon

SUBSCRIBE NOW TO GET FREE ACCESS TO EBOOKS

Terraform state file on S3

 
 
 

 Below script in terraform to store the state file in s3 bucket.

 

terraform {
  backend “s3”{
    bucket =“tstate09”
    key = “key/terraform.tfstate”
    region=“us-east-1”
  }
}
Share your love

Leave a Reply

Your email address will not be published. Required fields are marked *