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.
2 parents e1da025 + 8390a8b commit 94ec37fCopy full SHA for 94ec37f
modules/mig/outputs.tf
@@ -18,3 +18,8 @@ output "self_link" {
18
description = "Self-link of managed instance group"
19
value = "${google_compute_region_instance_group_manager.mig.self_link}"
20
}
21
+
22
+output "instance_group" {
23
+ description = "Instance-group url of managed instance group"
24
+ value = "${google_compute_region_instance_group_manager.mig.instance_group}"
25
+}
0 commit comments