Skip to content

Commit 4b888dc

Browse files
Jordan-Williams2Jordan-Williams2
Jordan-Williams2
authored and
Jordan-Williams2
committed
fix: tests
1 parent 799d7cc commit 4b888dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/resources/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module "buckets" {
138138

139139
locals {
140140
cluster_resource_group_id = module.resource_group.resource_group_id
141-
cluster_crn = module.ocp_base.crn
141+
cluster_crn = module.ocp_base.cluster_crn
142142
}
143143

144144
module "cloud_logs" {

tests/resources/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ output "region" {
88
}
99

1010
output "workload_cluster_id" {
11-
value = module.ocp_base.id
11+
value = module.ocp_base.cluster_id
1212
description = "ID of the cluster."
1313
}
1414

0 commit comments

Comments
 (0)