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 b2b58c3 commit ce3328cCopy full SHA for ce3328c
examples/basic/main.tf
@@ -86,7 +86,7 @@ locals {
86
module "ocp_base" {
87
count = var.existing_cluster_name == null ? 1 : 0
88
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
89
- version = "3.52.2"
+ version = "3.52.3"
90
resource_group_id = module.resource_group.resource_group_id
91
region = var.region
92
tags = var.resource_tags
tests/resources/main.tf
@@ -70,7 +70,7 @@ locals {
70
71
72
73
74
75
76
0 commit comments