Skip to content

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

v1.9.1

17 Oct 14:04
v1.9.1
d4e57a8

Choose a tag to compare

1.9.1 (2025-10-17)

Bug Fixes

  • unblock renovate by serializing upgrade test (d4e57a8)

v1.9.0

08 Sep 12:19
v1.9.0
1272bee

Choose a tag to compare

1.9.0 (2025-09-08)

Features

  • added support for custom credentials secret (#355) (1272bee)

v1.8.0

22 Aug 11:52
d929569

Choose a tag to compare

1.8.0 (2025-08-22)

Features

  • allow creation of the key_value secret type (#338) (d929569)

v1.7.0

19 Feb 17:34
v1.7.0
faffa4f

Choose a tag to compare

1.7.0 (2025-02-19)

Features

  • added support to add custom metadata to a secret using new input custom_metadata (#251) (faffa4f)

v1.6.0

22 Jan 17:30
v1.6.0
f6ca9fc

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

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

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

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

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

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)