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 20a21d3 commit e63eccbCopy full SHA for e63eccb
.github/workflows/terraform.yml
@@ -56,12 +56,5 @@ jobs:
56
- uses: actions/checkout@v2
57
- name: terraform init
58
run: terraform init -get -backend=false -input=false
59
- - if: contains(matrix.terraform, '1.1.')
60
- name: check terraform formatting
61
- run: terraform fmt -recursive -check=true -write=false
62
- - if: contains(matrix.terraform, 'latest') # check formatting for the latest release but avoid failing the build
63
64
65
- continue-on-error: true
66
- name: validate terraform011
67
run: terraform validate
0 commit comments