Skip to content

v1.10.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 24 Oct 11:42
· 5 commits to main since this release
v1.10.0
7c7df61

1.10.0 (2025-10-24)

Features

  • Module updates:
    - added the ability to create multiple resource keys using new input resource_keys.
    - The following module variables have been renamed:
    - manager_key_name -> access_key_name
    - manager_key_tags -> access_key_tags
    The following module outputs have been renamed:
    - manager_key_name -> access_key_name
    - A new boolean disable_access_key_creation has been added to disable access key creation.

    DA updates:
    - Added the ability to create multiple resource keys using new input cloud_monitoring_resource_keys.
    - A new boolean disable_access_key_creation has been added to disable access key creation. (#90) (7c7df61)