diff --git a/examples/apps/main.tf b/examples/apps/main.tf index af5b2158..59bc2c7a 100644 --- a/examples/apps/main.tf +++ b/examples/apps/main.tf @@ -63,7 +63,7 @@ module "secrets_manager_public_cert_engine" { module "secrets_manager_group" { count = var.existing_cert_secret_id == null ? 1 : 0 source = "terraform-ibm-modules/secrets-manager-secret-group/ibm" - version = "1.3.11" + version = "1.3.12" region = local.sm_region secrets_manager_guid = local.sm_guid secret_group_name = "${var.prefix}-certificates-secret-group"