Releases: terraform-ibm-modules/terraform-ibm-secrets-manager-secret
Releases · terraform-ibm-modules/terraform-ibm-secrets-manager-secret
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)