Skip to content

Commit

Permalink
Merge pull request #1 from cashfoley/cashfoley-patch-1
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
cashfoley authored May 22, 2024
2 parents 154567c + 604d00f commit cac39f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/firewall/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ resource "google_compute_firewall" "allow-http" {
ports = ["80"]
}

target_tags = ["http-server2"]
target_tags = ["http-server"]
source_ranges = ["0.0.0.0/0"]
}

0 comments on commit cac39f1

Please sign in to comment.