mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
access_confg
This commit is contained in:
@@ -19,7 +19,7 @@ resource "google_compute_instance" "backend" {
|
|||||||
network = "default"
|
network = "default"
|
||||||
access_config {
|
access_config {
|
||||||
// Assign a public (external) IP address to the instance
|
// Assign a public (external) IP address to the instance
|
||||||
nat_ip = "ephemeral"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -44,7 +44,7 @@ resource "google_compute_instance" "frontend" {
|
|||||||
network = "default"
|
network = "default"
|
||||||
access_config {
|
access_config {
|
||||||
// Assign a public (external) IP address to the instance
|
// Assign a public (external) IP address to the instance
|
||||||
nat_ip = "ephemeral"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user