Skip to content

Commit c1956ca

Browse files
committed
Pin terraform to 0.11.7 in circleci
Signed-off-by: solidnerd <[email protected]>
1 parent 6b2e512 commit c1956ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
find . -type f -name '*.sh' | xargs shellcheck --external-sources
1414
validate_terraform:
1515
docker:
16-
- image: hashicorp/terraform
16+
- image: hashicorp/terraform:0.11.7
1717
steps:
1818
- checkout
1919
- run:

0 commit comments

Comments
 (0)