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

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature It would be nice to make changes to the IAM policy...

## Describe the Bug Upgrading to the latest `hashicorp/aws` v4.0.0 (https://registry.terraform.io/providers/hashicorp/aws/latest) breaks [terraform-aws-tfstate-backend](https://github.com/cloudposse/terraform-aws-tfstate-backend) with the following error: ```sh $ terraform plan Acquiring state lock. This may take a few moments......

bug

## what * Modified `aws_s3_bucket` resource to support AWS provider v4. * Upgraded `cloudposse/s3-log-storage/aws` module to `0.28.0` to support AWS provider v4. ## why * Current `aws_s3_bucket` resource does not...

## what Use a single dynamodb table wich configurable server-side encryption instead of one `without_server_side_encryption` and another `with_server_side_encryption` ## why Fix: [bridgecrew bot security report](https://github.com/cloudposse/terraform-aws-tfstate-backend/pull/103#discussion_r744110496): `Ensure DynamoDB Tables have Auto...

KMS encryption as a default From bridgecrew ``` Resource: aws_s3_bucket.default | ID: BC_AWS_GENERAL_56 ``` https://github.com/cloudposse/terraform-aws-tfstate-backend/blob/7372db13785fdb9de50ec4812d82ffbb26e3e6d6/main.tf#L174-L180 Should be ```hcl server_side_encryption_configuration { rule { apply_server_side_encryption_by_default { kms_master_key_id = var.kms_master_key_id sse_algorithm = "aws:kms"...

Would like to be able to encrypt via KMS. Wondering if it is possible to add this ability. https://www.terraform.io/docs/backends/types/s3.html#kms_key_id

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature Currently the bucket for replicating tf state as backup must be...

wontfix

## Describe the Bug I tried the usage example with the module from the README, i.e. ``` module "terraform_state_backend" { source = "git::https://github.com/cloudposse/terraform-aws-tfstate-backend.git?ref=tags/0.14.0" namespace = "eg" stage = "test" name...

bug

Hi, I started using your Terraform module few days ago. I checked that after apply is rendered backend configuration file. How I can convert it to .hcl.json format ? Can...

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