Skip to content

Commit 3600898

Browse files
committed
Adding terraform fmt check to pipeline
1 parent ed39447 commit 3600898

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ jobs:
55
- image: hashicorp/terraform:0.12.29
66
steps:
77
- checkout
8+
- run:
9+
command: terraform fmt -check -recursive -diff
810
- run:
911
working_directory: examples/test
1012
command: terraform init

0 commit comments

Comments
 (0)