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 8f9a2ff commit a43364dCopy full SHA for a43364d
tests/resources/outputs.tf
@@ -27,6 +27,11 @@ output "workload_cluster_crn" {
27
description = "CRN of the workload cluster."
28
}
29
30
+output "cluster_resource_group_id" {
31
+ value = local.cluster_resource_group_id
32
+ description = "Resource group ID of the workload cluster."
33
+}
34
+
35
output "trusted_profile_id" {
36
value = module.trusted_profile.trusted_profile.id
37
description = "The ID of the trusted profile."
0 commit comments