mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-01-13 23:39:32 +01:00
4 lines
79 B
Terraform
4 lines
79 B
Terraform
|
output "ingress_static_ip" {
|
||
|
value = "${module.workers.ingress_static_ip}"
|
||
|
}
|