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 2bb538f commit 2439c63Copy full SHA for 2439c63
tests/resources/main.tf
@@ -31,7 +31,7 @@ module "event_notifications" {
31
32
module "secrets_manager" {
33
source = "terraform-ibm-modules/secrets-manager/ibm"
34
- version = "1.23.2"
+ version = "1.23.3"
35
resource_group_id = module.resource_group.resource_group_id
36
region = var.region
37
secrets_manager_name = "${var.prefix}-secrets-manager" #tfsec:ignore:general-secrets-no-plaintext-exposure
0 commit comments