Skip to content

Commit f1f1eac

Browse files
Benbentwogithub-actions[bot]
authored andcommitted
(github actions) generated latest snippets
1 parent 1075d53 commit f1f1eac

33 files changed

Lines changed: 308 additions & 2 deletions

examples/snippets/stacks/workflows/quickstart/app/addons.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# NOTE: Use 'superadmin' profile for initial infrastructure setup.
2+
# After SSO is configured and IAM roles are deployed (via identity layer),
3+
# update this to 'managers' for day-to-day operations.
4+
env:
5+
ATMOS_PROFILE: superadmin
6+
17
workflows:
28
all:
39
description: run all workflows

examples/snippets/stacks/workflows/quickstart/app/addons/alb.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# NOTE: Use 'superadmin' profile for initial infrastructure setup.
2+
# After SSO is configured and IAM roles are deployed (via identity layer),
3+
# update this to 'managers' for day-to-day operations.
4+
env:
5+
ATMOS_PROFILE: superadmin
6+
17
workflows:
28
all:
39
description: run all workflows

examples/snippets/stacks/workflows/quickstart/app/addons/api-gateway.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# NOTE: Use 'superadmin' profile for initial infrastructure setup.
2+
# After SSO is configured and IAM roles are deployed (via identity layer),
3+
# update this to 'managers' for day-to-day operations.
4+
env:
5+
ATMOS_PROFILE: superadmin
6+
17
workflows:
28
all:
39
description: run all workflows

examples/snippets/stacks/workflows/quickstart/app/addons/cognito.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# NOTE: Use 'superadmin' profile for initial infrastructure setup.
2+
# After SSO is configured and IAM roles are deployed (via identity layer),
3+
# update this to 'managers' for day-to-day operations.
4+
env:
5+
ATMOS_PROFILE: superadmin
6+
17
workflows:
28
all:
39
description: run all workflows

examples/snippets/stacks/workflows/quickstart/app/addons/ec2-instance.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# NOTE: Use 'superadmin' profile for initial infrastructure setup.
2+
# After SSO is configured and IAM roles are deployed (via identity layer),
3+
# update this to 'managers' for day-to-day operations.
4+
env:
5+
ATMOS_PROFILE: superadmin
6+
17
workflows:
28
all:
39
description: run all workflows

examples/snippets/stacks/workflows/quickstart/app/addons/kinesis-stream.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# NOTE: Use 'superadmin' profile for initial infrastructure setup.
2+
# After SSO is configured and IAM roles are deployed (via identity layer),
3+
# update this to 'managers' for day-to-day operations.
4+
env:
5+
ATMOS_PROFILE: superadmin
6+
17
workflows:
28
all:
39
description: run all workflows

examples/snippets/stacks/workflows/quickstart/app/addons/kms.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# NOTE: Use 'superadmin' profile for initial infrastructure setup.
2+
# After SSO is configured and IAM roles are deployed (via identity layer),
3+
# update this to 'managers' for day-to-day operations.
4+
env:
5+
ATMOS_PROFILE: superadmin
6+
17
workflows:
28
all:
39
description: run all workflows

examples/snippets/stacks/workflows/quickstart/app/addons/lambda.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# NOTE: Use 'superadmin' profile for initial infrastructure setup.
2+
# After SSO is configured and IAM roles are deployed (via identity layer),
3+
# update this to 'managers' for day-to-day operations.
4+
env:
5+
ATMOS_PROFILE: superadmin
6+
17
workflows:
28
all:
39
description: run all workflows

examples/snippets/stacks/workflows/quickstart/app/addons/memorydb.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# NOTE: Use 'superadmin' profile for initial infrastructure setup.
2+
# After SSO is configured and IAM roles are deployed (via identity layer),
3+
# update this to 'managers' for day-to-day operations.
4+
env:
5+
ATMOS_PROFILE: superadmin
6+
17
workflows:
28
all:
39
description: run all workflows

examples/snippets/stacks/workflows/quickstart/app/addons/s3-bucket.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# NOTE: Use 'superadmin' profile for initial infrastructure setup.
2+
# After SSO is configured and IAM roles are deployed (via identity layer),
3+
# update this to 'managers' for day-to-day operations.
4+
env:
5+
ATMOS_PROFILE: superadmin
6+
17
workflows:
28
all:
39
description: run all workflows

0 commit comments

Comments
 (0)