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 01c6129 commit d0889d4Copy full SHA for d0889d4
.github/workflows/terraform-ci.yml
@@ -44,6 +44,7 @@ jobs:
44
uses: actions/checkout@v2
45
- name: Terraform Format
46
run: terraform fmt -recursive -write=false -check .
47
+ working-directory: ./terraform
48
49
# Checks that all Terraform configuration files tflint
50
terraform-tflint:
.github/workflows/terraform-utils-image.yml
@@ -4,8 +4,8 @@ on:
4
push:
5
branches:
6
- 'feature/terraform-utils'
7
- #paths:
8
- # - 'docker/terraform-utils/Dockerfile'
+ paths:
+ - 'docker/terraform-utils/Dockerfile'
9
10
jobs:
11
push_to_registries:
0 commit comments