We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1a403 commit 27b9f9aCopy full SHA for 27b9f9a
tests/resources/outputs.tf
@@ -7,11 +7,6 @@ output "region" {
7
description = "Region where OCP Cluster is deployed."
8
}
9
10
-output "prefix" {
11
- value = module.landing_zone.prefix
12
- description = "prefix"
13
-}
14
-
15
output "workload_cluster_id" {
16
value = module.ocp_base.cluster_id
17
description = "ID of the workload cluster."
0 commit comments