mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-25 19:59:34 +01:00
4ec6732b98
* Allow users to add custom firewall rules for unique cases
16 lines
331 B
HCL
16 lines
331 B
HCL
output "controllers_ipv4_public" {
|
|
value = ["${module.controllers.ipv4_public}"]
|
|
}
|
|
|
|
output "ingress_static_ip" {
|
|
value = "${module.workers.ingress_static_ip}"
|
|
}
|
|
|
|
output "network_name" {
|
|
value = "${google_compute_network.network.name}"
|
|
}
|
|
|
|
output "network_self_link" {
|
|
value = "${google_compute_network.network.self_link}"
|
|
}
|