aws-cloudformation / aws-cloudformation-resource-providers-cloudformation

The CloudFormation Resource Provider Package For AWS CloudFormation
https://aws.amazon.com/cloudformation/
Apache License 2.0
48 stars 35 forks source link

Nested stacks #16

Open rafalwrzeszcz opened 3 years ago

rafalwrzeszcz commented 3 years ago

What is the reason for forbidding nested stacks? Is there any plan for allowing them in future?

rafalwrzeszcz commented 3 years ago

The issue was assigned few months ago. Is there any feedback?

xiwhuang commented 3 years ago

Hi Rafal,

We disallow this feature to prevent infinite circular nested Stacks/Stacksets in StackSet resource. Unfortunately, we don't currently have a plan to allow them.