v2.12.0
terraform-ibm-modules-ops
released this
12 Oct 13:47
·
202 commits
to main
since this release
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)