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 79d6987 commit a8a345cCopy full SHA for a8a345c
.github/workflows/ci.yml
@@ -21,6 +21,11 @@ jobs:
21
run: terraform fmt -check -recursive operations/deployment/terraform/aws/
22
continue-on-error: true
23
24
+ - name: Terraform Format Check
25
+ id: modules
26
+ run: terraform fmt -check -recursive operations/deployment/terraform/modules/
27
+ continue-on-error: true
28
+
29
- name: Create mock provider.tf
30
run: |
31
cat > operations/deployment/terraform/aws/provider.tf << 'EOF'
0 commit comments