mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 21:09:34 +01:00
5 lines
181 B
HCL
5 lines
181 B
HCL
output "instance_group" {
|
|
description = "Full URL of the worker managed instance group"
|
|
value = "${google_compute_region_instance_group_manager.workers.instance_group}"
|
|
}
|