Skip to content

Commit

Permalink
ci: update terraform for ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
ngruelaneo committed Jan 21, 2025
1 parent a2725b3 commit 5bc9878
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ jobs:
run: |
pip install awscli
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: latest

- name: Setup just
run: |
sudo snap install --edge --classic just
Expand Down Expand Up @@ -241,6 +246,11 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: latest

- name: Setup just
run: |
sudo snap install --edge --classic just
Expand Down Expand Up @@ -282,6 +292,11 @@ jobs:
run: |
pip install awscli
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: latest

- name: Setup just
run: |
sudo snap install --edge --classic just
Expand Down Expand Up @@ -371,6 +386,11 @@ jobs:
run: |
pip install awscli
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: latest

- name: Setup just
run: |
sudo snap install --edge --classic just
Expand Down Expand Up @@ -535,6 +555,11 @@ jobs:
run: |
pip install awscli
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: latest

- name: Setup just
run: |
sudo snap install --edge --classic just
Expand Down Expand Up @@ -613,6 +638,11 @@ jobs:
run: |
pip install awscli
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: latest

- name: Setup just
run: |
sudo snap install --edge --classic just
Expand Down Expand Up @@ -722,6 +752,11 @@ jobs:
run: |
pip install awscli
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: latest

- name: Setup just
run: |
sudo snap install --edge --classic just
Expand Down Expand Up @@ -795,6 +830,11 @@ jobs:
run: |
pip install awscli
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: latest

- name: Setup just
run: |
sudo snap install --edge --classic just
Expand Down Expand Up @@ -867,6 +907,11 @@ jobs:
run: |
pip install awscli
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
with:
terraform_version: latest

- name: Setup just
run: |
sudo snap install --edge --classic just
Expand Down

0 comments on commit 5bc9878

Please sign in to comment.