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 ed39447 commit 3600898Copy full SHA for 3600898
.circleci/config.yml
@@ -5,6 +5,8 @@ jobs:
5
- image: hashicorp/terraform:0.12.29
6
steps:
7
- checkout
8
+ - run:
9
+ command: terraform fmt -check -recursive -diff
10
- run:
11
working_directory: examples/test
12
command: terraform init
0 commit comments