This commit is contained in:
Jackson Delahunt 2019-02-28 11:50:32 +11:00
parent 5be70645d5
commit 29c2b8e2f5

View file

@ -32,7 +32,7 @@ resource "google_compute_instance" "desktop-environment" {
network_interface {
access_config {
nat_ip = "${google_compute_address.static.address}"
nat_ip = "${google_compute_address.static.address}"
}
subnetwork = "${google_compute_subnetwork.desktop-environment.name}"
}