We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91823d9 commit 6f7cf5eCopy full SHA for 6f7cf5e
solutions/standard/main.tf
@@ -327,7 +327,7 @@ module "secrets_manager_service_credentials" {
327
count = length(local.service_credential_secrets) > 0 ? 1 : 0
328
depends_on = [time_sleep.wait_for_mysql_authorization_policy]
329
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
330
- version = "1.24.2"
+ version = "1.24.3"
331
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
332
existing_sm_instance_region = local.existing_secrets_manager_instance_region
333
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments