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 ddc576a commit e37343dCopy full SHA for e37343d
.circleci/config.yml
@@ -5,6 +5,8 @@ jobs:
5
- image: hashicorp/terraform
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