This commit is contained in:
Jackson Delahunt 2019-02-26 10:28:08 +11:00
parent bc17844a4e
commit df249afa5a

View file

@ -28,7 +28,9 @@ resource "google_compute_instance" "desktop-environment" {
}
network_interface {
access_config { } # Creates ephemeral IP
access_config {
nat_ip = "35.201.14.140"
}
subnetwork = "${google_compute_subnetwork.desktop-environment.name}"
}