Releases: terraform-ibm-modules/terraform-ibm-cos
Releases · terraform-ibm-modules/terraform-ibm-cos
v9.1.0
v9.0.8
v9.0.7
v9.0.6
v9.0.5
v9.0.4
v9.0.3
v9.0.2
v9.0.1
v9.0.0
9.0.0 (2025-05-21)
Features
- Renamed the DA
Cloud automation for Cloud Object Storage
->Cloud automation for Object Storage
Instance
DA variation updates:- cleanup of features, IAM permissions, diagram etc in ibm_catalog.json
- removed default value for prefix and added validation
- supporting documentation for complex inputs updated
use_existing_resource_group
andresource_group_name
have been changed toexisting_resource_group_name
. DA no longer supports creating group- support added for
cos-one-rate-plan
(was in module but not DA). The input has been renamedcos_plan
->plan
cos_instance_name
->instance_name
- required terraform version updated to
>=1.9.0
and cross variable validation added
- Bucket DA variation updates:
- removed default value for prefix and added validation
BREAKING CHANGES
- The DA no longer supports creating a new resource group. It only supports using existing resource group.
- The default value has been removed from the
prefix
input. If you were using the default, you should explicitly set prefix back todev
to prevent resources getting destroyed and recreated