diff --git a/README.md b/README.md index b0db96d..d3f6bcd 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ This module automates the installation and configuration of the [External Secret * [eso-secretstore](./modules/eso-secretstore) * [eso-trusted-profile](./modules/eso-trusted-profile) * [Examples](./examples) - *
- * - * - * + * + * + * + * * [Contributing](#contributing) diff --git a/common-dev-assets b/common-dev-assets index 6e83549..89d534a 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 6e83549924fb8d8ae4933ba269baee0926a6f623 +Subproject commit 89d534a2f4f6baf29655e0bccf793ef9ac113619 diff --git a/examples/all-combined/privatecertificate.tf b/examples/all-combined/privatecertificate.tf index cfddf7c..21b944b 100644 --- a/examples/all-combined/privatecertificate.tf +++ b/examples/all-combined/privatecertificate.tf @@ -30,7 +30,7 @@ module "secrets_manager_private_secret_engine" { module "secrets_manager_private_certificate" { depends_on = [module.secrets_manager_private_secret_engine] source = "terraform-ibm-modules/secrets-manager-private-cert/ibm" - version = "1.7.5" + version = "1.8.0" cert_name = "${var.prefix}-sm-private-cert" cert_description = "Private certificate for ${local.pvt_cert_common_name}" cert_secrets_group_id = module.secrets_manager_group.secret_group_id