Skip to content

v4.5.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 04 Aug 08:06
· 438 commits to main since this release
f4c3e3a

4.5.0 (2023-08-04)

⚠️ This release will currently not deploy in IBM Schematics due to a known provider bug. Please use v4.5.3 which has the fix for this if running in IBM Schematics.

Features

  • added functionality to attach access tags to resources in: (#447) (f4c3e3a)
    - Cluster
    - COS
    - VPE
    - VPN
    - KMS
    - Secrets Manager
    - Security Groups
    - VSIs (Bastion, F5, standard VSI)

    In order to utilize the access tags for a resource you will need to add a field to the override.json. For example, below is a snippet on how to add access tags to KMS:
{
  "key_management": {
    "access_tags": ["tag-group:tag-name"]
  }
}

NOTE: creating access tags via Terraform is currently not supported. This module only enables tagging resources with already existing access tags. For more information on creating these access tags, see https://cloud.ibm.com/docs/account?topic=account-access-tags-tutorial.