We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e813e0 commit b0ed780Copy full SHA for b0ed780
ubnt-vm-main.tf
@@ -51,6 +51,7 @@ resource "google_compute_instance" "gcp-ubnt-vm" {
51
network = google_compute_network.vpc.name
52
subnetwork = google_compute_subnetwork.network_subnet.name
53
access_config {
54
+ network_tier = "STANDARD"
55
}
56
57
0 commit comments