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 33fef02 commit cfbe167Copy full SHA for cfbe167
solutions/fully-configurable/main.tf
@@ -394,7 +394,7 @@ module "secrets_manager_service_credentials" {
394
count = length(local.service_credential_secrets) > 0 ? 1 : 0
395
depends_on = [time_sleep.wait_for_rabbitmq_authorization_policy]
396
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
397
- version = "2.6.4"
+ version = "2.6.6"
398
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
399
existing_sm_instance_region = local.existing_secrets_manager_instance_region
400
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments