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 7c9e67e commit ebd6969Copy full SHA for ebd6969
solutions/standard/main.tf
@@ -388,7 +388,7 @@ module "secrets_manager_service_credentials" {
388
count = length(local.service_credential_secrets) > 0 ? 1 : 0
389
depends_on = [time_sleep.wait_for_en_authorization_policy]
390
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
391
- version = "1.19.10"
+ version = "1.20.0"
392
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
393
existing_sm_instance_region = local.existing_secrets_manager_instance_region
394
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments