Skip to content

Commit cf19b80

Browse files
authored
Disable DynamoDB Terraform locking (#744)
* Enable S3 lockfiles * Remove DynamoDB locking
1 parent 31f1a80 commit cf19b80

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

deployment/live/aws/conformance/terragrunt.hcl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ remote_state {
2323
backend = "s3"
2424

2525
config = {
26-
region = local.region
27-
bucket = "${local.prefix_name}-${local.base_name}-terraform-state"
28-
key = "${local.env}/terraform.tfstate"
29-
dynamodb_table = "${local.prefix_name}-${local.base_name}-terraform-lock"
26+
region = local.region
27+
bucket = "${local.prefix_name}-${local.base_name}-terraform-state"
28+
key = "${local.env}/terraform.tfstate"
3029
s3_bucket_tags = {
3130
name = "terraform_state_storage"
3231
}

0 commit comments

Comments
 (0)