Fix up Terraform installation and get back to latest changed file check

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-02-19 21:36:51 -05:00
parent 76ff8c11e9
commit 00e6e560fa
6 changed files with 66 additions and 2 deletions

View File

@@ -22,9 +22,17 @@ jobs:
with:
fetch-depth: 2
# 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: Check for changes to Terraform
id: changed-terraform-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
terraform/staging/**
@@ -84,7 +92,7 @@ jobs:
- name: Check for changes to templates.json
id: changed-templates
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
app/config_files/templates.json