An open API service indexing awesome lists of open source software.

https://github.com/lazzibear/tf-remote-backend-state-locking

This is the terraform script that demonstrates remote backend and state locking with S3 and DynamoDB.
https://github.com/lazzibear/tf-remote-backend-state-locking

devops dynamodb remote-backends s3-bucket state-locking terraform terraform-module

Last synced: 8 months ago
JSON representation

This is the terraform script that demonstrates remote backend and state locking with S3 and DynamoDB.

Awesome Lists containing this project

README

          

# tf-remote-backend-state-locking
This is the terraform script that demonstrates remote backend and state locking with S3 and DynamoDB.

## Steps
- Clone the above repository
- Rename sample.terraform.tfvarsto terraform.tfvars.
- Add same bucket_name and table_name in bothterraform.tfvars and architecture/terraform.tf.
- terraform init
- terraform plan
- terraform apply

Follow this : https://prashant-48386.medium.com/terraform-remote-backend-with-s3-and-state-locking-with-dynamodb-550fe72f58a4