Skip to content

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

v3.2.2

16 Feb 16:19
43306dd
Compare
Choose a tag to compare

3.2.2 (2024-02-16)

Bug Fixes

  • updated required ibm provider to >= 1.59.0, < 2.0.0 (#622) (43306dd)

v3.2.1

04 Jan 14:57
v3.2.1
973821f
Compare
Choose a tag to compare

3.2.1 (2024-01-04)

Bug Fixes

  • add float ip properties to full output list (#602) (973821f)

v3.2.0

04 Jan 09:22
da8ff78
Compare
Choose a tag to compare

3.2.0 (2024-01-04)

Features

  • updated the fip_list output to now include 'floating_ip_id' and 'floating_ip_crn' (#601) (da8ff78)

v3.1.0

19 Dec 19:06
v3.1.0
019a397
Compare
Choose a tag to compare

3.1.0 (2023-12-19)

Features

  • moved fscloud submodule from profiles directory to modules directory. Ensure consuming code is updated to point to new directory (#590) (019a397)

v3.0.1

18 Dec 17:36
v3.0.1
8d58f15
Compare
Choose a tag to compare

3.0.1 (2023-12-18)

Bug Fixes

  • update logic that was using deprecated lookup feature (#585) (8d58f15)

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)