(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:
parent
72ca6f83c9
commit
66b31f5272
@ -1,4 +1,4 @@
|
||||
name: IAC Pipeline AWS Cloud (Account/VPC Matrix)
|
||||
name: AWS Cloud IAC Pipeline (Account/VPC Matrix)
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user