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 bb6a39a commit a5cfce9Copy full SHA for a5cfce9
solutions/standard/main.tf
@@ -392,7 +392,7 @@ module "secrets_manager_service_credentials" {
392
count = length(local.service_credential_secrets) > 0 ? 1 : 0
393
depends_on = [time_sleep.wait_for_rabbitmq_authorization_policy]
394
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
395
- version = "2.2.1"
+ version = "2.2.2"
396
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
397
existing_sm_instance_region = local.existing_secrets_manager_instance_region
398
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments