We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84c5a0 commit 7bf4b46Copy full SHA for 7bf4b46
.github/workflows/kitchen-terraform.yml
@@ -41,18 +41,18 @@ jobs:
41
# https://github.com/marketplace/actions/kitchen-terraform-github-action
42
43
- name: Converge
44
- uses: osinfra-io/github-kitchen-terraform-action@v1.3.1
+ uses: osinfra-io/github-kitchen-terraform-action@v2.0.0
45
with:
46
kitchen-command: converge
47
48
# No support for WIF: https://github.com/inspec/inspec-gcp/issues/437
49
# - name: Verify
50
- # uses: osinfra-io/github-kitchen-terraform-action@v1.3.1
+ # uses: osinfra-io/github-kitchen-terraform-action@v2.0.0
51
# with:
52
# kitchen-command: verify
53
54
- name: Destroy
55
if: ${{ github.ref == 'refs/heads/main' }}
56
57
58
kitchen-command: destroy
0 commit comments