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 b99c488 commit b48869cCopy full SHA for b48869c
examples/api_key_auth/main.tf
@@ -59,7 +59,7 @@ module "public_secret_engine" {
59
60
module "secrets_manager_public_certificate" {
61
source = "terraform-ibm-modules/secrets-manager-public-cert/ibm"
62
- version = "1.0.0"
+ version = "1.0.1"
63
depends_on = [module.public_secret_engine]
64
65
cert_common_name = local.cert_common_name
examples/iam_auth/main.tf
@@ -54,7 +54,7 @@ module "public_secret_engine" {
54
55
56
57
58
0 commit comments