Skip to content

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

v3.0.0

09 Nov 15:28
6bf4256
Compare
Choose a tag to compare

3.0.0 (2023-11-09)

Bug Fixes

  • fix bug where floating IPs were incorrectly getting created in the default resource group (#580) (6bf4256)

BREAKING CHANGES

  • If you are upgrading to this version, and have set enable_floating_ip to true, or are passing values to the secondary_floating_ips list, the floating IPs are going to be deleted and recreated in the correct resource group. Please plan accordingly before upgrading incase this change will cause disruption for whatever is using the floating IPs.

v2.13.0

25 Oct 12:00
v2.13.0
7e6c34d
Compare
Choose a tag to compare

2.13.0 (2023-10-25)

Features

  • expose load balancer idle connection timeout input (#569) (7e6c34d)

v2.12.1

13 Oct 09:27
v2.12.1
dff14e5
Compare
Choose a tag to compare

2.12.1 (2023-10-13)

Bug Fixes

  • simplify default security group lookup (#561) (dff14e5)

v2.12.0

12 Oct 13:47
v2.12.0
0ccf87f
Compare
Choose a tag to compare

2.12.0 (2023-10-12)

Features

  • If a value is passed for security_group_ids, the module will no longer assign the default security group to the VSI, just the ones passed in the security_group_ids list. If create_security_group is set to false, then the default security group will be attached.
    NOTE: If upgrading from a previous version, and passing in a value for security_group_ids, the module will do an update in place to remove the default security group from the VSI. (#560) (0ccf87f)

v2.11.0

12 Oct 09:53
v2.11.0
0579f56
Compare
Choose a tag to compare

2.11.0 (2023-10-12)

Features

  • updated terraform required version constraint to >= 1.3.0, <1.6.0 (#559) (0579f56)

v2.10.1

10 Oct 17:11
ba4d31d
Compare
Choose a tag to compare

2.10.1 (2023-10-10)

Bug Fixes

  • fixed bug which was causing re-apply to fail when using secondary subnets and security groups (#557) (ba4d31d)

v2.10.0

10 Oct 09:41
v2.10.0
2af91de
Compare
Choose a tag to compare

2.10.0 (2023-10-10)

Features

  • add secondary interface output address (#553) (2af91de)

v2.9.1

04 Oct 08:21
v2.9.1
64b9561
Compare
Choose a tag to compare

2.9.1 (2023-10-04)

Bug Fixes

  • fixed bug which was throwing an error when using multizone deployment and secondary interface (#547) (64b9561)

v2.9.0

27 Sep 19:05
v2.9.0
2ee0f7c
Compare
Choose a tag to compare

2.9.0 (2023-09-27)

Features

  • Added the ability to optionally set profile and dns attributes in the load_balancers variable list object (#536) (2ee0f7c)

Fixes

  • Fixed a bug which was causing a HPCS auth policy to be created, even if using Key Protect (#536) (2ee0f7c)
  • Removed duplicate variable validation from fscloud profile (#536) (2ee0f7c)

v2.8.3

27 Sep 13:31
v2.8.3
52400ba
Compare
Choose a tag to compare

2.8.3 (2023-09-27)

Bug Fixes

  • the fip output failing due to invalid key (#545) (52400ba)