Releases: terraform-ibm-modules/terraform-ibm-cos
Releases · terraform-ibm-modules/terraform-ibm-cos
v8.1.1
v8.1.0
v8.0.0
8.0.0 (2024-03-27)
Features
- the following variables have been removed
create_resource_key
,resource_key_name
,resource_key_role
,generate_hmac_credentials
,resource_key_existing_serviceid_crn
and replaced by theresource_keys
variable which gives more flexibility for creating resource keys.
* added newresource_keys
output. (#522) (e682585)
BREAKING CHANGES
- If you were consuming the module with
create_resource_key = true
and are now upgrading to this version, you will see that your plan will attempt to destroy a resource key. You should now use the newresource_keys
variable to manage resource keys. Please plan accordingly before upgrading incase you are using the resource key planned for destroy else where. Please note that before this version was released, the module did not output the resource key details, so unless you were extracting the resource key from some other method, its possible you were not using the key that is getting identified for destroy.
v7.5.3
v7.5.2
7.5.2 (2024-03-21)
Bug Fixes
- added fix to fscloud profile submodule where value of
create_cos_instance
was being ignored (#563) (2d47517)
BREAKING CHANGE
Do not upgrade to this version if using the fscloud submodule as it contains a breaking change that will destroy COS resources. Please upgrade directly to v7.5.3