Skip to content

Commit 5234163

Browse files
authored
Remove hardcoded gcp-beta
The use of google-beta was added to accommodate network_profile at the time. It's now GA and the hard-coded beta provider causes the return of URL for nework_profile "https://www.googleapis.com/compute/beta/projects/......." when the actual infra is "networkProfile: https://www.googleapis.com/compute/v1/projects" ( from gcloud compute networks describe <network> )
1 parent 6e5ac89 commit 5234163

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/vpc/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
VPC configuration
1919
*****************************************/
2020
resource "google_compute_network" "network" {
21-
provider = google-beta
2221
name = var.network_name
2322
auto_create_subnetworks = var.auto_create_subnetworks
2423
routing_mode = var.routing_mode

0 commit comments

Comments
 (0)