Skip to content

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 2 commits into from
Mar 17, 2025

Conversation

klutchell
Copy link
Contributor

@klutchell klutchell commented Mar 13, 2025

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

Copy link
Contributor

flowzone-app bot commented Mar 13, 2025

Website deployed to CF Pages, 👀 preview link https://19006400.flowzone.pages.dev

@klutchell klutchell force-pushed the kyle/cf-templates-file branch 2 times, most recently from ffa0152 to ee87650 Compare March 13, 2025 15:07
@klutchell klutchell force-pushed the kyle/cf-templates-file branch from ee87650 to 52ef627 Compare March 13, 2025 15:19
@klutchell klutchell force-pushed the kyle/cf-templates-file branch from 52ef627 to 81878b9 Compare March 13, 2025 15:23
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]>
@flowzone-app flowzone-app bot merged commit 3ead548 into master Mar 17, 2025
71 of 72 checks passed
@flowzone-app flowzone-app bot deleted the kyle/cf-templates-file branch March 17, 2025 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants