We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7f5c5 commit f2a295cCopy full SHA for f2a295c
.tool-versions
@@ -3,7 +3,7 @@ gitleaks 8.24.0
3
jq 1.6
4
nodejs 22.11.0
5
pre-commit 3.6.0
6
-terraform 1.9.2
+terraform 1.10.1
7
terraform-docs 0.19.0
8
trivy 0.61.0
9
vale 3.6.0
infrastructure/terraform/bin/terraform.sh
@@ -600,6 +600,7 @@ readonly backend_config="terraform {
600
bucket = \"${bucket}\"
601
key = \"${backend_key}\"
602
dynamodb_table = \"${bucket}\"
603
+ use_lockfile = true
604
}
605
}";
606
0 commit comments