Skip to content

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

v7.18.0

03 May 09:49
v7.18.0
2a5932f

Choose a tag to compare

7.18.0 (2024-05-03)

Features

  • add authorization policy for spoke -> hub DNS access (#775) (2a5932f)

v7.17.1

27 Feb 20:20
v7.17.1
f1747b2

Choose a tag to compare

7.17.1 (2024-02-27)

Bug Fixes

  • extend the required terraform version to < 1.7 (#742) (f1747b2)

v7.17.0

27 Feb 13:33
v7.17.0
cad676e

Choose a tag to compare

7.17.0 (2024-02-27)

Features

  • Added a new property to the subnet input variable map, no_addr_prefix, that if set to "true" will not automatically create a new matching address prefix for the subnet, no matter the condition. (#741) (cad676e)

v7.16.2

16 Feb 15:58
da75636

Choose a tag to compare

7.16.2 (2024-02-16)

Bug Fixes

  • updates required provider version constraints to prevent major updates (#733) (da75636)

v7.16.1

05 Feb 13:52
60867f4

Choose a tag to compare

7.16.1 (2024-02-05)

Bug Fixes

  • change acl for_each conditional to fix bug (#725) (60867f4)

v7.16.0

25 Jan 09:51
f583bbb

Choose a tag to compare

7.16.0 (2024-01-25)

Features

  • moved the management-vpc and workload-vpc submodule from the submodules directory to the modules directory to confirm with Hashicorp practises. See updated usage blocks on how to consume. (#694) (f583bbb)

v7.15.0

04 Jan 20:46
v7.15.0
3dc79b8

Choose a tag to compare

7.15.0 (2024-01-04)

Features (#709) (3dc79b8)

  • Allow existing subnets to be attached to public gateways.
  • input variable existing_subnet_ids renamed to existing_subnets
  • type of input changed from list(string) to list(object)
  • existing subnet object contains ID of subnet and boolean for public gateway attachment

v7.14.0

03 Jan 17:30
760689b

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

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

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)