Skip to content

Commit 00228fd

Browse files
authored
fix: update base OCP module used in tests which supports OCP 4.19 (#193)
1 parent b10e71e commit 00228fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ locals {
7474

7575
module "ocp_base" {
7676
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
77-
version = "3.67.4"
77+
version = "3.69.0"
7878
resource_group_id = module.resource_group.resource_group_id
7979
region = var.region
8080
tags = var.resource_tags

0 commit comments

Comments
 (0)