Skip to content

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

v1.6.0

22 Jan 17:30
v1.6.0
f6ca9fc
Compare
Choose a tag to compare

1.6.0 (2025-01-22)

(#250) (f6ca9fc)

Features

  • The service_credentials_source_service_role input has now been replaced by service_credentials_source_service_role_crn to allow consumers to create service specific roles. For example:

    service_credentials_source_service_role_crn = "crn:v1:bluemix:public:cloud-object-storage::::serviceRole:ObjectReader"
    

v1.5.0

21 Jan 18:14
v1.5.0
a485039
Compare
Choose a tag to compare

1.5.0 (2025-01-21)

(#221) (a485039)

Features

  • added support to create service credentials using existing service ID with new input service_credentials_existing_serviceid_crn
  • added support to pass a a list of custom parameters to the service credential creation using new input service_credentials_parameters
    • Example: service_credentials_parameters = { "service-endpoints" : "public" }

v1.4.0

26 Nov 19:02
v1.4.0
402651d
Compare
Choose a tag to compare

1.4.0 (2024-11-26)

Features

  • added the ability to create HMAC secrets using new input service_credentials_source_service_hmac (#188) (402651d)

v1.3.3

04 Nov 09:32
v1.3.3
e7362d5
Compare
Choose a tag to compare

1.3.3 (2024-11-04)

Bug Fixes

  • deps: update required IBM provider version to >= 1.70.0, <2.0.0 (#202) (e7362d5)

v1.3.2

11 Jun 08:53
v1.3.2
dd27491
Compare
Choose a tag to compare

1.3.2 (2024-06-11)

Bug Fixes

  • remove upper limit for required terraform version (#158) (dd27491)

v1.3.1

29 Apr 14:55
v1.3.1
ccef511
Compare
Choose a tag to compare

1.3.1 (2024-04-29)

Bug Fixes

  • updated required ibm provider version to >= 1.51.0, <2.0.0 (#141) (ccef511)

v1.3.0

10 Apr 09:05
v1.3.0
249bad3
Compare
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
Compare
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
Compare
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
Compare
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)