From 5c2ad78d1345eb1093fe96b88832ebb9734e9ee3 Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Sun, 6 Oct 2024 18:09:32 +0200 Subject: [PATCH] Refactor file paths in Terraform AWS IAC workflows --- .github/workflows/terraform-aws-iac-apply.yml | 2 +- .github/workflows/terraform-aws-iac-validate-on-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-aws-iac-apply.yml b/.github/workflows/terraform-aws-iac-apply.yml index 22e7e9c..caf8bca 100644 --- a/.github/workflows/terraform-aws-iac-apply.yml +++ b/.github/workflows/terraform-aws-iac-apply.yml @@ -1,4 +1,4 @@ -name: Terraform IAC Apply +name: Terraform AWS IAC Apply on: schedule: diff --git a/.github/workflows/terraform-aws-iac-validate-on-pr.yml b/.github/workflows/terraform-aws-iac-validate-on-pr.yml index 70f8fce..b3788ed 100644 --- a/.github/workflows/terraform-aws-iac-validate-on-pr.yml +++ b/.github/workflows/terraform-aws-iac-validate-on-pr.yml @@ -30,7 +30,7 @@ jobs: env: VAULT_MASTER_PASSWORD: ${{ secrets.VAULT_MASTER_PASSWORD }} run: | - cd terraform/iac + cd terraform/aws-iac sectool exec terraform init sectool exec terraform validate sectool exec terraform fmt -check