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 065609f commit 6f238fcCopy full SHA for 6f238fc
examples/basic/main.tf
@@ -78,7 +78,7 @@ locals {
78
79
module "ocp_base" {
80
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
81
- version = "3.51.3"
+ version = "3.51.5"
82
resource_group_id = module.resource_group.resource_group_id
83
region = var.region
84
tags = var.resource_tags
solutions/quickstart/main.tf
@@ -102,7 +102,7 @@ locals {
102
103
104
105
106
107
108
tags = var.cluster_resource_tags
0 commit comments