Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit fbea594

Browse files
author
Sean Sundberg
authored
Updates test variables (#57)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent 07b7847 commit fbea594

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

test/stages/stage1-gateways.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ module "gateways" {
44
resource_group_id = module.resource_group.id
55
region = var.region
66
vpc_name = module.vpc.name
7-
subnet_count = var.vpc_subnet_count
87
}

test/stages/stage1-subnets.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "subnets" {
22
source = "github.com/cloud-native-toolkit/terraform-ibm-vpc-subnets.git"
33

4-
resource_group_id = module.resource_group.id
4+
resource_group_name = module.resource_group.name
55
region = var.region
66
vpc_name = module.vpc.name
77
gateways = module.gateways.gateways

test/stages/stage1-vpc.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module "vpc" {
22
source = "github.com/cloud-native-toolkit/terraform-ibm-vpc.git"
33

4-
resource_group_id = module.resource_group.id
54
resource_group_name = module.resource_group.name
65
region = var.region
76
name_prefix = var.name_prefix

0 commit comments

Comments
 (0)