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 e491b9a commit 56c508dCopy full SHA for 56c508d
.circleci/config.yml
@@ -10,3 +10,8 @@ jobs:
10
name: Validate Terraform Formatting
11
command: "[ -z \"$(terraform fmt -write=false)\" ] || { terraform fmt -write=false -diff; exit 1;}"
12
13
+workflows:
14
+ version: 2
15
+ validate:
16
+ jobs:
17
+ - validate_terraform
0 commit comments