Skip to content

v3.0.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kral2 kral2 released this 30 Aug 08:44
· 37 commits to main since this release
9f081e6

Breaking changes

  • Set minimum Terraform version to 1.0.0 (fixes #49 )
  • var.vcn_cidr has been removed. Only var.vcn_cidrs with type list(string) can be used.

New features

  • Support for Local Peering Gateways (fixes #38)
    • create new LPG
    • establish peering
    • associate a route table for Transit Routing
  • Support for multiple CIDR (fixes #21)

Other minor changes

  • Updated default tag values
  • Updated examples custom_route_rules and hub-spoke to pull the module directly from Terraform Registry