Skip to content

Commit 799d7cc

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
fix: tests
1 parent b460e98 commit 799d7cc

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

tests/resources/outputs.tf

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,22 @@
44

55
output "region" {
66
value = var.region
7-
description = "Region where SLZ ROKS Cluster is deployed."
8-
}
9-
10-
output "prefix" {
11-
value = module.landing_zone.prefix
12-
description = "prefix"
13-
}
14-
15-
output "cluster_data" {
16-
value = module.landing_zone.cluster_data
17-
description = "Details of OCP cluster."
7+
description = "Region where Base OCP Cluster is deployed."
188
}
199

2010
output "workload_cluster_id" {
21-
value = module.landing_zone.workload_cluster_id
22-
description = "ID of the workload cluster."
11+
value = module.ocp_base.id
12+
description = "ID of the cluster."
2313
}
2414

2515
output "workload_cluster_crn" {
2616
value = local.cluster_crn
27-
description = "CRN of the workload cluster."
17+
description = "CRN of the cluster."
2818
}
2919

3020
output "cluster_resource_group_id" {
3121
value = local.cluster_resource_group_id
32-
description = "Resource group ID of the workload cluster."
22+
description = "Resource group ID of the cluster."
3323
}
3424

3525
output "cloud_logs_instance_name" {

0 commit comments

Comments
 (0)