Skip to content

fix: global nested stack#30

Merged
mr-robot-in merged 2 commits intomainfrom
fix/global-nested
Dec 12, 2025
Merged

fix: global nested stack#30
mr-robot-in merged 2 commits intomainfrom
fix/global-nested

Conversation

@mr-robot-in
Copy link
Contributor

@mr-robot-in mr-robot-in commented Dec 12, 2025

Fixes #


Note

Introduces a global useNestedStacks flag in VPCProps and wires it through Network.createSubnet to optionally create subnets via SubnetStack, overridable per subnet; updates CHANGELOG.

  • Network construct (src/constructs/network.ts):
    • Add global useNestedStacks to VPCProps and read it in the Network constructor.
    • Update createSubnet(...) to accept a global flag and decide between nested SubnetStack creation vs inline subnet/NACL/route resources, with per-subnet useNestedStacks overriding the global.
    • Pass the global flag from constructor to createSubnet.
  • Docs:
    • Update CHANGELOG.md with entries for configurable route table entry naming and global nested subnet stacks configuration.

Written by Cursor Bugbot for commit 845fee8. This will update automatically on new commits. Configure here.

@mr-robot-in mr-robot-in merged commit b735097 into main Dec 12, 2025
10 of 11 checks passed
@mr-robot-in mr-robot-in deleted the fix/global-nested branch December 12, 2025 09:28
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