We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799d7cc commit 4b888dcCopy full SHA for 4b888dc
tests/resources/main.tf
@@ -138,7 +138,7 @@ module "buckets" {
138
139
locals {
140
cluster_resource_group_id = module.resource_group.resource_group_id
141
- cluster_crn = module.ocp_base.crn
+ cluster_crn = module.ocp_base.cluster_crn
142
}
143
144
module "cloud_logs" {
tests/resources/outputs.tf
@@ -8,7 +8,7 @@ output "region" {
8
9
10
output "workload_cluster_id" {
11
- value = module.ocp_base.id
+ value = module.ocp_base.cluster_id
12
description = "ID of the cluster."
13
14
0 commit comments