Skip to content

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

v7.18.3

11 Jun 08:30
v7.18.3
0bf01d7
Compare
Choose a tag to compare

7.18.3 (2024-06-11)

Bug Fixes

  • remove upper limit for required terraform version (#800) (0bf01d7)

v7.18.2

06 Jun 15:11
v7.18.2
fe27e6f
Compare
Choose a tag to compare

7.18.2 (2024-06-06)

Bug Fixes

v7.18.1

14 May 10:53
v7.18.1
069d418
Compare
Choose a tag to compare

7.18.1 (2024-05-14)

Bug Fixes

  • added fix to ensure vpc_data is always output after initial apply (#781) (069d418)

v7.18.0

03 May 09:49
v7.18.0
2a5932f
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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