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 d0b55d5 commit 886fccaCopy full SHA for 886fcca
examples/ha-complete/main.tf
@@ -26,7 +26,7 @@ module "resource_group" {
26
# Create a new SM instance if not using an existing one
27
module "secrets_manager" {
28
source = "terraform-ibm-modules/secrets-manager/ibm"
29
- version = "2.7.6"
+ version = "2.7.7"
30
count = var.existing_sm_instance_guid == null ? 1 : 0
31
resource_group_id = module.resource_group.resource_group_id
32
region = local.sm_region
0 commit comments