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 1cf6a4d commit 6ea1645Copy full SHA for 6ea1645
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.6.13"
+ version = "2.6.14"
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