Skip to content

Commit a43364d

Browse files
Jordan-Williams2Jordan-Williams2
Jordan-Williams2
authored and
Jordan-Williams2
committed
fix: error in tests
1 parent 8f9a2ff commit a43364d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/resources/outputs.tf

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ output "workload_cluster_crn" {
2727
description = "CRN of the workload cluster."
2828
}
2929

30+
output "cluster_resource_group_id" {
31+
value = local.cluster_resource_group_id
32+
description = "Resource group ID of the workload cluster."
33+
}
34+
3035
output "trusted_profile_id" {
3136
value = module.trusted_profile.trusted_profile.id
3237
description = "The ID of the trusted profile."

0 commit comments

Comments
 (0)