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 abea1bd commit 3231006Copy full SHA for 3231006
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Terraform Format Check
20
id: fmt
21
- run: terraform fmt -check -recursive operations/deployment/terraform/
+ run: terraform fmt -check -recursive operations/deployment/terraform/aws/
22
continue-on-error: true
23
24
- name: Create mock provider.tf
0 commit comments