Skip to content

Commit 719831f

Browse files
Benbentwogithub-actions[bot]
authored andcommitted
(github actions) generated latest snippets
1 parent 05af12d commit 719831f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

examples/snippets/stacks/workflows/identity.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ workflows:
2424
all:
2525
description: Run all workflows
2626
steps:
27+
- command: workflow check-setup -f identity
2728
- command: workflow vendor -f identity
2829
- command: workflow deploy/all -f identity
2930

@@ -44,7 +45,6 @@ workflows:
4445
vendor/aws-config:
4546
description: Vendor aws-config script.
4647
steps:
47-
- command: workflow check-setup -f identity
4848
- name: vendor-aws-config
4949
type: shell
5050
command: |-
@@ -61,6 +61,7 @@ workflows:
6161
- command: workflow deploy/saml -f identity
6262
- command: workflow deploy/sso -f identity
6363
- command: workflow deploy/teams -f identity
64+
- command: workflow update-aws-config -f identity
6465

6566
deploy/saml:
6667
description: Update aws-saml configuration (when adding a new Identity Provider).
@@ -88,12 +89,10 @@ workflows:
8889
- command: terraform deploy aws-team-roles -s plat-gbl-prod
8990
- command: terraform deploy aws-team-roles -s plat-gbl-sandbox
9091
- command: terraform deploy aws-team-roles -s plat-gbl-staging
91-
- command: workflow update-aws-config -f identity
9292

9393
update-aws-config:
9494
description: Update AWS Config files.
9595
steps:
96-
- command: workflow check-setup -f identity
9796
- name: update-aws-config
9897
type: shell
9998
command: |-

examples/snippets/stacks/workflows/network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ workflows:
66
- command: workflow deploy/vpc -f network
77
- command: workflow deploy/tgw -f network
88
- command: workflow deploy/dns -f network
9+
- command: workflow output/dns-name-servers -f network
910
- command: workflow deploy/acm -f network
1011
- command: workflow deploy/vpn -f network
1112
- command: workflow deploy/bastion -f network
@@ -77,7 +78,6 @@ workflows:
7778
- command: terraform deploy dns-delegated -s plat-gbl-dev
7879
- command: terraform deploy dns-delegated -s plat-gbl-staging
7980
- command: terraform deploy dns-delegated -s plat-gbl-prod
80-
- command: workflow output/dns-name-servers -f network
8181

8282
output/dns-name-servers:
8383
description: Output NS records for each dns-primary

0 commit comments

Comments
 (0)