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 8f9a185 commit 590708fCopy full SHA for 590708f
examples/api_key_auth/main.tf
@@ -63,7 +63,7 @@ module "public_secret_engine" {
63
64
module "secrets_manager_public_certificate" {
65
source = "terraform-ibm-modules/secrets-manager-public-cert/ibm"
66
- version = "1.2.0"
+ version = "1.2.1"
67
depends_on = [module.public_secret_engine]
68
69
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
59
60
0 commit comments