update compute outputs

This commit is contained in:
Come THURET 2024-12-06 14:32:49 +01:00
parent 7bda536fda
commit be7085cf3c

View File

@ -14,6 +14,3 @@ output "instances_names" {
} }
} }
output "frontend_ip" {
value = google_compute_instance.tp07-frontend.network_interface.0.access_config.0.assigned_nat_ip
}