Skip to content

Commit

Permalink
modified tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit L committed May 9, 2024
1 parent bd224f8 commit fe2ef35
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 fe2ef35

Please sign in to comment.