v8.0.0
terraform-ibm-modules-ops
released this
27 Mar 16:36
·
195 commits
to main
since this release
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.