terraform-aws-tfstate-backend
terraform-aws-tfstate-backend copied to clipboard
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.
## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates
### Describe the Feature It's nice to look at the s3 state bucket to see which components and root dirs contain resources After destroying root components and resources, the state...
### Describe the Bug With terraform v1.6, following error occurs in `terraform plan`: ``` ╷ │ Warning: Deprecated Parameters │ │ on backend.tf line 4, in terraform: │ 4: backend...
### Describe the Feature This TF module has a `force_destroy` variable that can prevent accidental S3 bucket deletions. The DynamoDB table also supports a similar flag `deletion_protection_enabled` that prevents accidental...
### Describe the Feature I am wondering if there is a specific reason why this https://github.com/cloudposse/terraform-aws-tfstate-backend is not implemented with https://github.com/cloudposse/terraform-aws-s3-bucket? The parameters and features of both also differ. It...
## what ## why ## references
## Describe the Bug Hi, not sure if it's a bug or a not implemented feature but it looks like the module is working properly together with terraform workspaces. It...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.1 to 1.7.4. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.4 What's Changed Escape user-provided strings in git commands hashicorp/go-getter#483 Fixed a bug in .netrc handling if the...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...