Skip to content

Commit 9f0b97d

Browse files
chore(deps): update terraform-module
1 parent 92b260c commit 9f0b97d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ locals {
7878
module "ocp_base" {
7979
count = var.existing_cluster_name == null ? 1 : 0
8080
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
81-
version = "3.46.14"
81+
version = "3.46.15"
8282
resource_group_id = local.cluster_rg_id
8383
region = var.region
8484
tags = var.resource_tags

tests/resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##############################################################################
44

55
module "landing_zone" {
6-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks-quickstart?ref=v7.4.4"
6+
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks-quickstart?ref=v7.4.7"
77
ibmcloud_api_key = var.ibmcloud_api_key
88
region = var.region
99
prefix = var.prefix

0 commit comments

Comments
 (0)