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 6b2e512 commit c1956caCopy full SHA for c1956ca
.circleci/config.yml
@@ -13,7 +13,7 @@ jobs:
13
find . -type f -name '*.sh' | xargs shellcheck --external-sources
14
validate_terraform:
15
docker:
16
- - image: hashicorp/terraform
+ - image: hashicorp/terraform:0.11.7
17
steps:
18
- checkout
19
- run:
0 commit comments