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 5f1050a commit 3447d05Copy full SHA for 3447d05
solutions/fully-configurable/main.tf
@@ -57,7 +57,7 @@ resource "ibm_is_lb_listener" "alb_frontend_listener" {
57
58
module "private_path" {
59
source = "terraform-ibm-modules/vpc-private-path/ibm"
60
- version = "1.2.5"
+ version = "1.2.6"
61
resource_group_id = module.resource_group.resource_group_id
62
subnet_id = local.subnet_id
63
tags = var.private_path_tags
0 commit comments