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

triage

There is a syntax error in the assume_role block with missing equals sign. As this part has anyway required newer terraform to work, document it in variable definition of role_arn...

patch
triage

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

triage

## what I noticed in the readme `kms_master_key_id` refers to `sse_algorithm`, but the variable is actually called `sse_encryption`. ## why This should make the readme slightly less confusing. ## references

no-release
documentation

### Describe the Feature Based on the native S3 locking in TF >=1.10.0, I think it would be helpful to revise the setup instructions to include a description for using...

## what - Updated the Terraform configuration to support AWS provider version `>= 6.0.0` - Fixed incorrect attribute reference in the `templatefile` function for region resolution ## why - Ensures...

triage