We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2797374 commit ff1d434Copy full SHA for ff1d434
solutions/standard/main.tf
@@ -326,7 +326,7 @@ module "secrets_manager_service_credentials" {
326
count = length(local.service_credential_secrets) > 0 ? 1 : 0
327
depends_on = [time_sleep.wait_for_redis_authorization_policy]
328
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
329
- version = "1.23.8"
+ version = "1.23.9"
330
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
331
existing_sm_instance_region = local.existing_secrets_manager_instance_region
332
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments