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 5ab34e2 commit 19a8eceCopy full SHA for 19a8ece
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.8.9"
+ version = "2.8.10"
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
tests/resources/main.tf
@@ -4,7 +4,7 @@
4
5
module "landing_zone" {
6
source = "terraform-ibm-modules/landing-zone/ibm//patterns//vpc//module"
7
- version = "8.5.13"
+ version = "8.5.14"
8
region = var.region
9
prefix = var.prefix
10
tags = var.resource_tags
0 commit comments