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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
pull_request:
|
||||||
paths:
|
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/vpc/**'
|
||||||
- 'iac-template/terraform-hcl-standard/aws-cloud/component/role/**'
|
- 'iac-template/terraform-hcl-standard/aws-cloud/component/role/**'
|
||||||
- '.github/workflows/terraform-standard-iac-pipeline-aws-account-matrix.yaml'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
deploy_action:
|
deploy_action:
|
||||||
@ -6,13 +6,10 @@ concurrency:
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
|
||||||
- 'iac-template/terraform-hcl-standard/aws-cloud/bootstrap/**'
|
|
||||||
- '.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
- '.github/workflows/iac-pipeline-aws-global-bootstrap.yaml'
|
||||||
- 'iac-template/terraform-hcl-standard/aws-cloud/bootstrap/**'
|
- 'iac-template/terraform-hcl-standard/aws-cloud/bootstrap/**'
|
||||||
- '.github/workflows/terraform-standard-iac-pipeline-aws-global-bootstrap.yaml'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
deploy_action:
|
deploy_action:
|
||||||
@ -2,9 +2,11 @@ name: AWS Cloud Global LandingZone Baseline
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
paths:
|
paths:
|
||||||
- 'iac-template/terraform-hcl-standard/aws-cloud/**'
|
- '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:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -2,10 +2,12 @@ name: AWS Cloud IAC Pipeline (Resources Matrix)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
pull_request:
|
||||||
paths:
|
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/ec2/**'
|
||||||
- 'iac-template/terraform-hcl-standard/aws-cloud/component/s3/**'
|
- 'iac-template/terraform-hcl-standard/aws-cloud/component/s3/**'
|
||||||
- '.github/workflows/terraform-standard-iac-pipeline-aws-resources-matrix.yaml'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
deploy_action:
|
deploy_action:
|
||||||
Loading…
Reference in New Issue
Block a user