Skip to content

Commit 090ca4f

Browse files
authored
fix: update landing zone version used in catalog validation to pull in fix for cluster issue (#279)
1 parent 30949c4 commit 090ca4f

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
@@ -15,7 +15,7 @@ module "resource_group" {
1515
##############################################################################
1616

1717
module "landing_zone" {
18-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks//module?ref=v7.0.2"
18+
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks//module?ref=v7.3.0"
1919
region = var.region
2020
prefix = var.prefix
2121
tags = var.resource_tags

0 commit comments

Comments
 (0)