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 b904e9e commit af2539cCopy full SHA for af2539c
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.54.2"
+ version = "3.54.4"
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