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 7063589 commit 4e8f58aCopy full SHA for 4e8f58a
solutions/standard/main.tf
@@ -410,7 +410,7 @@ module "secrets_manager_service_credentials" {
410
count = length(local.service_credential_secrets) > 0 ? 1 : 0
411
depends_on = [time_sleep.wait_for_rabbitmq_authorization_policy]
412
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
413
- version = "1.25.4"
+ version = "2.0.0"
414
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
415
existing_sm_instance_region = local.existing_secrets_manager_instance_region
416
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments