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.
It's required to have a unique s3 bucket name but not a unique dynamodb table name so it doesn't make sense to force the dynamodb table to use the same name as the s3 bucket if that's undesired
what
why
references