update iam
This commit is contained in:
@@ -12,4 +12,8 @@ output "instances_names" {
|
||||
backend = google_compute_instance.tp07-backend.name,
|
||||
database = google_compute_instance.tp07-database.name
|
||||
}
|
||||
}
|
||||
|
||||
output "frontend_ip" {
|
||||
value = google_compute_instance.tp07-frontend.network_interface.0.access_config.0.assigned_nat_ip
|
||||
}
|
Reference in New Issue
Block a user