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 ed61ff5 commit a71b4c9Copy full SHA for a71b4c9
solutions/instance/main.tf
@@ -68,7 +68,7 @@ module "secrets_manager_service_credentials" {
68
count = length(local.service_credential_secrets) > 0 ? 1 : 0
69
depends_on = [time_sleep.wait_for_cos_authorization_policy]
70
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
71
- version = "1.19.1"
+ version = "1.19.2"
72
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
73
existing_sm_instance_region = local.existing_secrets_manager_instance_region
74
endpoint_type = var.existing_secrets_manager_endpoint_type
0 commit comments