Skip to content

Commit a8a345c

Browse files
committed
Adding modules folder
1 parent 79d6987 commit a8a345c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
run: terraform fmt -check -recursive operations/deployment/terraform/aws/
2222
continue-on-error: true
2323

24+
- name: Terraform Format Check
25+
id: modules
26+
run: terraform fmt -check -recursive operations/deployment/terraform/modules/
27+
continue-on-error: true
28+
2429
- name: Create mock provider.tf
2530
run: |
2631
cat > operations/deployment/terraform/aws/provider.tf << 'EOF'

0 commit comments

Comments
 (0)