Skip to content

v9.0.0

Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 21 May 11:46
· 16 commits to main since this release
v9.0.0
6bb43dc

9.0.0 (2025-05-21)

(#887) (6bb43dc)

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 and resource_group_name have been changed to existing_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 renamed cos_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 to dev to prevent resources getting destroyed and recreated