terraform-aws-tfstate-backend icon indicating copy to clipboard operation
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.

Results 46 terraform-aws-tfstate-backend issues
Sort by recently updated
recently updated
newest added

## 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

auto-update
readme
no-release

### 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...

enhancement
help wanted
good first issue
needs-cloudposse

### 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...

bug

### 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...

invalid

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...

auto-update
patch
dependencies

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...

auto-update
minor
dependencies

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...

auto-update
minor
dependencies