Go to file
matthieu42morin 1915f7cfb5 init S3 backend 2024-03-02 14:39:26 +01:00
.gitignore init S3 backend 2024-03-02 14:39:26 +01:00
.terraform.lock.hcl init S3 backend 2024-03-02 14:39:26 +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 init, working s3 backend 2024-03-02 12:59:10 +01:00
outputs.tf init, working s3 backend 2024-03-02 12:59:10 +01:00
providers.tf init S3 backend 2024-03-02 14:39:26 +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