From 66b31f52722ed5a8f6ae9f24747f9079953e9d04 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 11 Dec 2025 10:31:34 +0800 Subject: [PATCH] (iac): update AWS IAC workflow names and fix BASE_DIR path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename workflow titles to “AWS Cloud IAC Pipeline (…)” - Remove trailing slash from BASE_DIR to ensure consistent path resolution --- .../terraform-standard-iac-pipeline-aws-account-matrix.yaml | 2 +- .../terraform-standard-iac-pipeline-aws-resources-matrix.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml b/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml index 30b5d5fb..cf63cf02 100644 --- a/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml +++ b/.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml @@ -1,4 +1,4 @@ -name: IAC Pipeline AWS Cloud (Account/VPC Matrix) +name: AWS Cloud IAC Pipeline (Account/VPC Matrix) on: push: diff --git a/.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml b/.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml index 972d8ca2..08be67f6 100644 --- a/.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml +++ b/.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml @@ -1,4 +1,4 @@ -name: IAC Pipeline AWS Cloud Resources Matrix +name: AWS Cloud IAC Pipeline (Resources Matrix) on: push: @@ -14,7 +14,7 @@ on: default: 'true' env: - BASE_DIR: iac-template/terraform-hcl-standard/aws-cloud/component/ + BASE_DIR: iac-template/terraform-hcl-standard/aws-cloud/component AWS_REGION: ap-northeast-1 DRY_RUN: ${{ github.event.inputs.dry_run || 'true' }} AWS_ROLE_ARN: arn:aws:iam::950604983695:role/IacDeployRole