File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 44
55output "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
2010output "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
2515output "workload_cluster_crn" {
2616 value = local. cluster_crn
27- description = " CRN of the workload cluster."
17+ description = " CRN of the cluster."
2818}
2919
3020output "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
3525output "cloud_logs_instance_name" {
You can’t perform that action at this time.
0 commit comments