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 4af47b9 commit f773234Copy full SHA for f773234
solutions/standard/main.tf
@@ -390,7 +390,7 @@ module "secrets_manager_service_credentials" {
390
count = length(local.service_credential_secrets) > 0 ? 1 : 0
391
depends_on = [time_sleep.wait_for_mysql_authorization_policy]
392
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
393
- version = "2.2.8"
+ version = "2.2.9"
394
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
395
existing_sm_instance_region = local.existing_secrets_manager_instance_region
396
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments