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 410fc63 commit 9d43ddeCopy full SHA for 9d43dde
solutions/instance/outputs.tf
@@ -6,6 +6,11 @@ output "resource_group_id" {
6
value = module.resource_group.resource_group_id
7
}
8
9
+output "resource_group_name" {
10
+ description = "Resource group name"
11
+ value = !var.existing_resource_group ? module.resource_group.resource_group_name : var.existing_resource_group
12
+}
13
+
14
output "cos_instance_id" {
15
description = "COS instance id"
16
value = module.cos.cos_instance_id
0 commit comments