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 7b4a538 commit a652585Copy full SHA for a652585
.github/workflows/pipeline.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout repository
17
uses: actions/checkout@v3
18
- name: Terraform Init
19
- run: terraform init
+ run: terraform init -upgrade
20
working-directory: examples/test
21
- name: Terraform Validate
22
run: terraform validate
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
- name: Terraform Plan (Mock)
35
run: terraform plan
0 commit comments