Skip to content

v3.0.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 16 May 10:08
· 127 commits to main since this release
v3.0.0
2bfc529

3.0.0 (2025-05-16)

(#364) (2bfc529)

Features

  • The default value of prefix has been removed from the instances DA variation. User now has to explicitly enter a value, or explicitly set it to null to not use a prefix
  • provider_visibility option has been removed from instances DA (it defaults to private)
  • DA has been enabled with addons flow
  • default value of existing_kms_instance_crn has been set to "not set" for the instance DA variation
  • use_existing_resource_group has been hidden from the DA inputs. It now defaults to true, and the resource_group_name now defaults to "Default".

BREAKING CHANGES

  • If upgrading from a previous version of the instances variation, and you were not overriding the default value for prefix, to prevent infrastructure being re-created, you should set the prefix value to dev.
  • If you were consuming the DA in IBM Cloud and using it create a new resource group, this is not longer supported, and upgrading to this version will force you to use an existing group.