Skip to content

Commit 3ead548

Browse files
Merge pull request product-os#1409 from product-os/kyle/cf-templates-file
Add support for CloudFormation templates as files
2 parents a62f114 + 651fbd4 commit 3ead548

File tree

3 files changed

+313
-182
lines changed

3 files changed

+313
-182
lines changed

.github/workflows/flowzone.yml

Lines changed: 156 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -167,28 +167,8 @@ jobs:
167167
# Required: false
168168
aws_iam_role: ${{ vars.AWS_IAM_ROLE || '' }}
169169

170-
# AWS CloudFormation templates to deploy (e.g.)
171-
# ```
172-
# {
173-
# "stacks": [
174-
# {
175-
# "name": "foo",
176-
# "template": "aws/bar.yaml",
177-
# "tags": [
178-
# "Name=foo",
179-
# "Environment=${FOO}"
180-
# ],
181-
# "capabilities": [
182-
# "CAPABILITY_IAM",
183-
# "CAPABILITY_NAMED_IAM"
184-
# ]
185-
# },
186-
# ...
187-
# ]
188-
# }
189-
# ```
190-
# * assumes `aws/bar.yaml` exists.
191-
# * `${ENVVARS}` injected at runtime from `vars` and `secrets` contexts
170+
# This input is deprecated. To deploy CloudFormation stacks, create a
171+
# `aws-cf-templates.yaml` file in the root of the repository.
192172
# Type: string
193173
# Required: false
194174
cloudformation_templates:

0 commit comments

Comments
 (0)