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 c1407e1 commit bc79f1bCopy full SHA for bc79f1b
solutions/fully-configurable/main.tf
@@ -397,7 +397,7 @@ module "secrets_manager_service_credentials" {
397
count = length(local.service_credential_secrets) > 0 ? 1 : 0
398
depends_on = [time_sleep.wait_for_mysql_authorization_policy]
399
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
400
- version = "2.7.3"
+ version = "2.7.4"
401
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
402
existing_sm_instance_region = local.existing_secrets_manager_instance_region
403
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments