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 7846d19 commit ed10db6Copy full SHA for ed10db6
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.5"
+ version = "2.6.6"
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