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 1e1b8d6 commit 292783fCopy full SHA for 292783f
solutions/fully-configurable/main.tf
@@ -361,7 +361,7 @@ module "secrets_manager_service_credentials" {
361
count = length(local.service_credential_secrets) > 0 ? 1 : 0
362
depends_on = [time_sleep.wait_for_en_authorization_policy]
363
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
364
- version = "2.12.5"
+ version = "2.12.6"
365
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
366
existing_sm_instance_region = local.existing_secrets_manager_instance_region
367
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments