Skip to content

Commit

Permalink
http_server2
Browse files Browse the repository at this point in the history
  • Loading branch information
runrho2 committed Oct 26, 2024
1 parent 3f9da22 commit 8a204b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/firewall/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright 2019 Google LLC
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down Expand Up @@ -27,6 +28,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 8a204b2

Please sign in to comment.