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 e20e891 commit 4922856Copy full SHA for 4922856
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Checkout code
35
uses: actions/checkout@v4
36
- name: Setup Terraform
37
- uses: hashicorp/setup-terraform@v2
+ uses: hashicorp/setup-terraform@v3
38
with:
39
terraform_version: ${{ matrix.tf-version }}
40
- name: Terraform Init
.github/workflows/tfsec.yaml
@@ -35,7 +35,7 @@ jobs:
- name: Clone repo
- name: example Remote Validate
run: |
41
cd examples/remote
0 commit comments