Skip to content

Releases: terraform-ibm-modules/terraform-ibm-landing-zone-vpc

v7.14.0

03 Jan 17:30
760689b
Compare
Choose a tag to compare

7.14.0 (2024-01-03)

Features

  • added new input variables to give full flexibility over VPC resource naming. New variables include: vpc_flow_logs_name, public_gateway_name, routing_table_name, dns_custom_resolver_name, dns_instance_name, and dns_binding_name. (#697) (760689b)

v7.13.3

18 Dec 11:12
v7.13.3
e3640c6
Compare
Choose a tag to compare

7.13.3 (2023-12-18)

Bug Fixes

  • Resolve the issue where the VPC stack continues to auto-generate address prefixes, despite having subnet address prefixes explicitly passed to the module. (#679) (e3640c6)

IMPORTANT NOTE:
If you are using the module in a previous version, and passing only subnets as inputs with address_prefixes set to null or not set, upgrading to this version may cause the VPC to be deleted and recreated because the VPC configuration will change from address_prefix_management being set to "auto" to being set to "manual":
~ address_prefix_management = "auto" -> "manual" # forces replacement .

v7.13.2

14 Dec 09:43
v7.13.2
1dc057f
Compare
Choose a tag to compare

7.13.2 (2023-12-14)

Bug Fixes

  • fix outputs for VPC and Subnets to support new or existing (#688) (1dc057f)

v7.13.1

02 Dec 16:08
v7.13.1
f03b300
Compare
Choose a tag to compare

7.13.1 (2023-12-02)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/resource-group/ibm to v1.1.4 (#671) (f03b300)

v7.13.0

24 Nov 12:45
v7.13.0
b1a38d0
Compare
Choose a tag to compare

7.13.0 (2023-11-24)

Features

  • cleanup, updated variables and basic example (#670) (b1a38d0)

v7.12.0

20 Nov 18:50
v7.12.0
f0c5b08
Compare
Choose a tag to compare

7.12.0 (2023-11-20)

Features

v7.11.0

13 Nov 13:45
v7.11.0
4228427
Compare
Choose a tag to compare

7.11.0 (2023-11-13)

Features

  • surface additional hub-spoke dns sharing outputs (#668) (4228427)

v7.10.0

10 Nov 16:43
v7.10.0
13b7d08
Compare
Choose a tag to compare

7.10.0 (2023-11-10)

Features

  • introduce support for manual resolver resolver (#663) (13b7d08)
  • introduce hub-spoke examples (using manual and delegated resolver)

v7.9.0

08 Nov 18:02
v7.9.0
1c15668
Compare
Choose a tag to compare

7.9.0 (2023-11-08)

Features

v7.8.0

07 Nov 16:31
c659a93
Compare
Choose a tag to compare

7.8.0 (2023-11-07)

Features