4 lines
110 B
HCL
4 lines
110 B
HCL
output "public_ipv4" {
|
|
value = google_compute_instance.server.network_interface.0.access_config.0.nat_ip
|
|
}
|
|
|