(iac): update AWS IAC workflow names and fix BASE_DIR path

- Rename workflow titles to “AWS Cloud IAC Pipeline (…)”
- Remove trailing slash from BASE_DIR to ensure consistent path resolution
This commit is contained in:
Haitao Pan 2025-12-11 10:31:34 +08:00
parent 72ca6f83c9
commit 66b31f5272
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: IAC Pipeline AWS Cloud (Account/VPC Matrix)
name: AWS Cloud IAC Pipeline (Account/VPC Matrix)
on:
push:

View File

@ -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