cloudposse / terraform-aws-tfstate-backend

Terraform module that provision an S3 bucket to store the `terraform.tfstate` file and a DynamoDB table to lock the state file to prevent concurrent modifications and state corruption.
https://cloudposse.com/accelerate
Apache License 2.0
408 stars 177 forks source link

Avoid manually modifying source file when destroying #183

Open Atry opened 1 month ago

Atry commented 1 month ago

what

This PR updates the README to avoid manually modifying source file when destroying

why

The current README requires users to manually modify source file, which is not desired

references