Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g-awmalik committed Oct 18, 2023
1 parent 4a8f590 commit d3eb57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vpn_ha/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ resource "google_compute_external_vpn_gateway" "external_gateway" {
}

resource "google_compute_router" "router" {
provider = google-beta
provider = google-beta
name = var.router_name != "" ? var.router_name : "vpn-${var.name}"
project = var.project_id
region = var.region
Expand Down

0 comments on commit d3eb57b

Please sign in to comment.