mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-28 12:43:40 +10:00
ip
This commit is contained in:
parent
bc17844a4e
commit
df249afa5a
1 changed files with 3 additions and 1 deletions
|
|
@ -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}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue