Skip to content

v1.2.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 29 Feb 16:34
· 253 commits to main since this release
v1.2.0
e3eab41

1.2.0 (2024-02-29)

Features

  • add service_credential secret type (#101)
    Support has been added for creating Service credentials secrets in Secrets Manager.

    Before you start working with them, you will need to create a service authorization between Secrets Manager and the target service, see the provided example for more info.

    Variables and outputs related to auto_rotation have been renamed. This may impact existing users of "user_password" type secrets.

    Variables:
    secret_user_pass_auto_rotation -> secret_auto_rotation
    secret_user_pass_auto_rotation_unit -> secret_auto_rotation_unit
    secret_user_pass_auto_rotation_interval -> secret_auto_rotation_interval

    Outputs:
    user_pass_rotation -> secret_auto_rotation
    user_pass_auto_rotation_interval -> secret_rotation_interval
    user_pass_next_rotation_date -> secret_next_rotation_date (e3eab41)