Skip to content

Releases: terraform-ibm-modules/terraform-ibm-secrets-manager-secret

v1.3.0

10 Apr 09:05
v1.3.0
249bad3

Choose a tag to compare

1.3.0 (2024-04-10)

Features

  • service_endpoints input variable has been renamed to endpoint_type (#133) (249bad3)

v1.2.0

29 Feb 16:34
v1.2.0
e3eab41

Choose a tag to compare

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)

v1.1.2

27 Feb 20:09
v1.1.2
1084d2d

Choose a tag to compare

1.1.2 (2024-02-27)

Bug Fixes

  • extend the required terraform version to < 1.7 (#115) (1084d2d)

v1.1.1

11 Oct 19:53
v1.1.1
65631f3

Choose a tag to compare

1.1.1 (2023-10-11)

Bug Fixes

  • fixed bug which was causing private endpoint not to be used (#38) (65631f3)

v1.1.0

10 Oct 16:51
v1.1.0
7e8ec95

Choose a tag to compare

1.1.0 (2023-10-10)

Features

  • update terraform version constraints to >= 1.3.0, <1.6.0 (#37) (7e8ec95)

v1.0.0

23 Aug 13:27
v1.0.0
5e82ff5

Choose a tag to compare

1.0.0 (2023-08-23)

Features