Skip to content

v2.0.0

Latest

Choose a tag to compare

@ishuar ishuar released this 30 Aug 23:02
· 4 commits to main since this release
3460feb

What's Changed

⚠️ Breaking Changes ⚠️

  • Refactor and added an example for bootstrap routing by @ishuar in #2

Change in variable definitions, Update them as follows.

  • From public_subnet to public_subnets
  • From private_subnet to private_subnets
  • From private_routes to private_subnet_routes
  • From public_routes to public_subnet_routes

⭐️ Exciting New Features ⭐️

  • Default route to Internet gateway in public Subnets.
  • Optional Configurable custom routes in public subnets.
  • Optional EC2 Instance Connect Endpoint in the first private subnet.

💡 Other Changes 💡

  • Example for VPC with bootstrap routing.
  • Update Docs

Full Changelog: v1.0.0...v2.0.0