Releases: terraform-ibm-modules/terraform-ibm-landing-zone-vsi
Releases · terraform-ibm-modules/terraform-ibm-landing-zone-vsi
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.1
v3.0.0
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
totrue
, or are passing values to thesecondary_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
v2.12.1
v2.12.0
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 thesecurity_group_ids
list. Ifcreate_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 forsecurity_group_ids
, the module will do an update in place to remove the default security group from the VSI. (#560) (0ccf87f)