Go to file
matthieu42morin 9da183258d DynamoDB table fix for Terraform locks 2024-03-02 17:10:44 +01:00
.gitignore init S3 backend 2024-03-02 14:39:26 +01:00
.terraform.lock.hcl DynamoDB table fix for Terraform locks 2024-03-02 17:10:44 +01:00
LICENSE update license 2024-03-02 12:56:52 +01:00
README.md init S3 backend 2024-03-02 14:39:26 +01:00
main.tf DynamoDB table fix for Terraform locks 2024-03-02 17:10:44 +01:00
outputs.tf init, working s3 backend 2024-03-02 12:59:10 +01:00
providers.tf DynamoDB table fix for Terraform locks 2024-03-02 17:10:44 +01:00
s3remote.tfplan DynamoDB table fix for Terraform locks 2024-03-02 17:10:44 +01:00
variables.tf init, working s3 backend 2024-03-02 12:59:10 +01:00

README.md

terraform-s3-remote-state

A gruntwork.io implementation of a Terraform remote state backend using S3 for state file storage and DynamoDB for locking.

See more here