mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-26 09:13:40 -04:00
Try installing Terraform directly per GitHub Action issue
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
8
.github/workflows/terraform-staging.yml
vendored
8
.github/workflows/terraform-staging.yml
vendored
@@ -18,6 +18,14 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
# Looks like we need to install Terraform ourselves now!
|
||||||
|
# https://github.com/actions/runner-images/issues/10796#issuecomment-2417064348
|
||||||
|
- name: Setup Terraform
|
||||||
|
uses: hashicorp/setup-terraform@v3
|
||||||
|
with:
|
||||||
|
terraform_version: "^1.7.5"
|
||||||
|
terraform_wrapper: false
|
||||||
|
|
||||||
- name: Terraform format
|
- name: Terraform format
|
||||||
id: format
|
id: format
|
||||||
run: terraform fmt -check
|
run: terraform fmt -check
|
||||||
|
|||||||
Reference in New Issue
Block a user