Skip to content

Commit f2a295c

Browse files
committed
CCM-8836: Terraform S3 lock enabled
1 parent 0e7f5c5 commit f2a295c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gitleaks 8.24.0
33
jq 1.6
44
nodejs 22.11.0
55
pre-commit 3.6.0
6-
terraform 1.9.2
6+
terraform 1.10.1
77
terraform-docs 0.19.0
88
trivy 0.61.0
99
vale 3.6.0

infrastructure/terraform/bin/terraform.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ readonly backend_config="terraform {
600600
bucket = \"${bucket}\"
601601
key = \"${backend_key}\"
602602
dynamodb_table = \"${bucket}\"
603+
use_lockfile = true
603604
}
604605
}";
605606

0 commit comments

Comments
 (0)