cloudformation-include: Support Fn::ForEach #27315
Labels
@aws-cdk/cloudformation-include
Issues related to the "CFN include v.20" package
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
cloudformation-include fails when a template with Fn::Foreach resource is passed as it tries to convert it to a CfnResource, but it's not exactly a resource so it doesn't have a type property:
Use Case
Trying to use Fn::ForEach in cloudformation to create multiple resources based on custom resource output and bring that to my CDK stack but cloudformation-include.CfnInclude doesn't support Fn::ForEach.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
v2.98.0
Environment details (OS name and version, etc.)
any
The text was updated successfully, but these errors were encountered: