forked from pierront/but3-iac
compute modification frontend
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
output "ip_internes" {
|
output "ip_internes" {
|
||||||
value = {
|
value = {
|
||||||
frontend = google_compute_subnetwork.frontend_subnet_id.network_interface[0].network_ip
|
frontend = google_compute_instance.frontend_subnet_id.network_interface[0].network_ip
|
||||||
backend = google_compute_instance.backend_subnet_id.network_interface[0].network_ip
|
backend = google_compute_instance.backend_subnet_id.network_interface[0].network_ip
|
||||||
database = google_compute_instance.database_subnet_id.network_interface[0].network_ip
|
database = google_compute_instance.database_subnet_id.network_interface[0].network_ip
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user