Skip to content

Commit ea3b29f

Browse files
authored
Merge branch 'fluxcd:main' into main
2 parents 9601f23 + 31ba93b commit ea3b29f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/integration-aws.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
with:
2727
go-version-file: 'tests/integration/go.mod'
2828
cache-dependency-path: tests/integration/go.sum
29+
- name: Setup Terraform
30+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
2931
- name: configure aws credentials
3032
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
3133
with:

.github/workflows/integration-azure.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
go-version-file: 'tests/integration/go.mod'
2727
cache-dependency-path: tests/integration/go.sum
28+
- name: Setup Terraform
29+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
2830
- name: Authenticate to Azure
2931
uses: Azure/login@a65d910e8af852a8061c627c456678983e180302 # v1.4.6
3032
with:

.github/workflows/integration-gcp.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
go-version-file: 'tests/integration/go.mod'
2727
cache-dependency-path: tests/integration/go.sum
28+
- name: Setup Terraform
29+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
2830
- name: Authenticate to Google Cloud
2931
uses: google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
3032
id: 'auth'

0 commit comments

Comments
 (0)