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 59936ce commit 30ec693Copy full SHA for 30ec693
solutions/fully-configurable/main.tf
@@ -398,7 +398,7 @@ module "secrets_manager_service_credentials" {
398
count = length(local.service_credential_secrets) > 0 ? 1 : 0
399
depends_on = [time_sleep.wait_for_postgresql_authorization_policy]
400
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
401
- version = "2.8.9"
+ version = "2.8.10"
402
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
403
existing_sm_instance_region = local.existing_secrets_manager_instance_region
404
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments