Add AWS_REGION environment variable to pipeline

This commit is contained in:
cloudneutral 2025-12-12 15:26:09 +08:00 committed by GitHub
parent fa6d03d76a
commit 1565b5b5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ on:
env:
BASE_DIR: iac-template/terraform-hcl-standard/aws-cloud/component/
DEPLOY_ACTION: ${{ github.event.inputs.deploy_action || 'plan' }}
AWS_REGION: ap-northeast-1
AWS_ROLE_ARN: arn:aws:iam::950604983695:role/GithubAction_IAC_Deploy_Role
jobs: