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 6e5ac89 commit 5234163Copy full SHA for 5234163
modules/vpc/main.tf
@@ -18,7 +18,6 @@
18
VPC configuration
19
*****************************************/
20
resource "google_compute_network" "network" {
21
- provider = google-beta
22
name = var.network_name
23
auto_create_subnetworks = var.auto_create_subnetworks
24
routing_mode = var.routing_mode
0 commit comments