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 ee4e894 commit 798f9ffCopy full SHA for 798f9ff
solutions/standard/main.tf
@@ -383,7 +383,7 @@ module "secrets_manager_service_credentials" {
383
count = length(local.service_credential_secrets) > 0 ? 1 : 0
384
depends_on = [time_sleep.wait_for_redis_authorization_policy]
385
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
386
- version = "2.3.1"
+ version = "2.3.2"
387
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
388
existing_sm_instance_region = local.existing_secrets_manager_instance_region
389
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments