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 8aa885f commit 78919fcCopy full SHA for 78919fc
main.tf
@@ -20,7 +20,7 @@
20
resource "google_compute_network" "network" {
21
name = "${var.network_name}"
22
auto_create_subnetworks = "false"
23
- routing_mode = "GLOBAL"
+ routing_mode = "${var.routing_mode}"
24
project = "${var.project_id}"
25
}
26
0 commit comments