diff --git a/examples/logs-agent-ocp/main.tf b/examples/logs-agent-ocp/main.tf index e10c68f..a8f5e57 100644 --- a/examples/logs-agent-ocp/main.tf +++ b/examples/logs-agent-ocp/main.tf @@ -106,7 +106,7 @@ locals { module "ocp_base" { source = "terraform-ibm-modules/base-ocp-vpc/ibm" - version = "3.73.3" + version = "3.73.5" resource_group_id = module.resource_group.resource_group_id region = var.region tags = var.resource_tags diff --git a/tests/resources/main.tf b/tests/resources/main.tf index beddc52..5bdc511 100644 --- a/tests/resources/main.tf +++ b/tests/resources/main.tf @@ -74,7 +74,7 @@ locals { module "ocp_base" { source = "terraform-ibm-modules/base-ocp-vpc/ibm" - version = "3.73.3" + version = "3.73.5" resource_group_id = module.resource_group.resource_group_id region = var.region tags = var.resource_tags