Releases: terraform-ibm-modules/terraform-ibm-secrets-manager-secret
Releases · terraform-ibm-modules/terraform-ibm-secrets-manager-secret
v1.6.0
1.6.0 (2025-01-22)
Features
-
The
service_credentials_source_service_role
input has now been replaced byservice_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
1.5.0 (2025-01-21)
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" }
- Example:
v1.4.0
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.0
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)