-
Notifications
You must be signed in to change notification settings - Fork 6
Add support for CloudFormation templates as files #1409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Website deployed to CF Pages, 👀 preview link https://19006400.flowzone.pages.dev |
ffa0152
to
ee87650
Compare
ee87650
to
52ef627
Compare
52ef627
to
81878b9
Compare
0a5d4d2
to
a0e9381
Compare
CloudFormation templates as inputs are difficult to manage due to their size, and being embedded in another yaml file. This change allows moving CloudFormation templates to their own file template in the root of the project where they can be autodiscovered by Flowzone and deployed. It also allows us to modify CF templates on repositories that otherwise have push restrictions applied to the .github directories. Change-type: minor Signed-off-by: Kyle Harding <[email protected]>
Signed-off-by: Kyle Harding <[email protected]>
a0e9381
to
651fbd4
Compare
ab77
approved these changes
Mar 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CloudFormation templates as inputs are difficult to manage due to their size, and being embedded in another yaml file.
This change allows moving CloudFormation templates to their own file template in the root of the project where they can be autodiscovered by Flowzone and deployed.
It also allows us to modify CF templates on repositories that otherwise have push restrictions applied to the .github directories.
Change-type: minor
See: https://balena.fibery.io/Work/Project/Add-support-for-CloudFormation-templates-as-YAML-files-to-Flowzone-1227