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 67858f8 commit a1fbda6Copy full SHA for a1fbda6
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.73.4"
+ version = "3.73.5"
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