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.
- Host: GitHub
- URL: https://github.com/lazzibear/tf-remote-backend-state-locking
- Owner: LazziBear
- License: gpl-3.0
- Created: 2023-05-15T09:32:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T10:01:18.000Z (about 3 years ago)
- Last Synced: 2025-10-12T03:16:34.552Z (8 months ago)
- Topics: devops, dynamodb, remote-backends, s3-bucket, state-locking, terraform, terraform-module
- Language: HCL
- Homepage: https://prashant-48386.medium.com/terraform-remote-backend-with-s3-and-state-locking-with-dynamodb-550fe72f58a4
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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