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"
}
}
DevOps is a set of practices that combines software development and IT operations. It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.
Copyright © 2011 DevOpsWorld
Blogger Templates for Painting Furniture. CSS Template by Ramblingsoul
0 comments:
Post a Comment