Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
imrannayer committed Nov 20, 2023
1 parent 3dc8717 commit a4f75cd
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 @@ -35,7 +35,7 @@ locals {
}

resource "google_compute_ha_vpn_gateway" "ha_gateway" {
count = var.create_vpn_gateway == true ? 1 : 0
count = var.create_vpn_gateway == true ? 1 : 0
name = var.name
project = var.project_id
region = var.region
Expand Down

0 comments on commit a4f75cd

Please sign in to comment.