Rename AWS workflow pipelines
Rename terraform-standard AWS workflow files to iac-pipeline naming.
This commit is contained in:
parent
92eb642417
commit
d30672446a
@ -2,10 +2,11 @@ name: AWS Cloud IAC Pipeline (Account/VPC Matrix)
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/iac-pipeline-aws-account-matrix.yaml'
|
||||
- 'iac-template/terraform-hcl-standard/aws-cloud/component/vpc/**'
|
||||
- 'iac-template/terraform-hcl-standard/aws-cloud/component/role/**'
|
||||
- '.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
deploy_action:
|
||||
@ -6,13 +6,10 @@ concurrency:
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'iac-template/terraform-hcl-standard/aws-cloud/bootstrap/**'
|
||||
- '.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/iac-pipeline-aws-global-bootstrap.yaml'
|
||||
- 'iac-template/terraform-hcl-standard/aws-cloud/bootstrap/**'
|
||||
- '.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
deploy_action:
|
||||
@ -2,9 +2,11 @@ name: AWS Cloud Global LandingZone Baseline
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
paths:
|
||||
paths:
|
||||
- 'iac-template/terraform-hcl-standard/aws-cloud/**'
|
||||
- '.github/workflows/terraform-standard-iac-pipeline-aws-global-landingzone-baseline.yaml'
|
||||
- '.github/workflows/iac-pipeline-aws-global-landingzone-baseline.yaml'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
@ -2,10 +2,12 @@ name: AWS Cloud IAC Pipeline (Resources Matrix)
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
paths:
|
||||
paths:
|
||||
- '.github/workflows/iac-pipeline-aws-resources-matrix.yaml'
|
||||
- 'iac-template/terraform-hcl-standard/aws-cloud/component/ec2/**'
|
||||
- 'iac-template/terraform-hcl-standard/aws-cloud/component/s3/**'
|
||||
- '.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
deploy_action:
|
||||
Loading…
Reference in New Issue
Block a user