diff --git a/examples/api_key_auth/main.tf b/examples/api_key_auth/main.tf index e1d6d68..64b841b 100644 --- a/examples/api_key_auth/main.tf +++ b/examples/api_key_auth/main.tf @@ -63,7 +63,7 @@ module "public_secret_engine" { module "secrets_manager_public_certificate" { source = "terraform-ibm-modules/secrets-manager-public-cert/ibm" - version = "1.2.0" + version = "1.2.1" depends_on = [module.public_secret_engine] cert_common_name = local.cert_common_name diff --git a/examples/iam_auth/main.tf b/examples/iam_auth/main.tf index 6898147..b440293 100644 --- a/examples/iam_auth/main.tf +++ b/examples/iam_auth/main.tf @@ -54,7 +54,7 @@ module "public_secret_engine" { module "secrets_manager_public_certificate" { source = "terraform-ibm-modules/secrets-manager-public-cert/ibm" - version = "1.2.0" + version = "1.2.1" depends_on = [module.public_secret_engine] cert_common_name = local.cert_common_name