Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 8a204b2

Browse files
committed
http_server2
1 parent 3f9da22 commit 8a204b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/firewall/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright 2019 Google LLC
22
#
3+
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
56
# You may obtain a copy of the License at
@@ -27,6 +28,6 @@ resource "google_compute_firewall" "allow-http" {
2728
ports = ["80"]
2829
}
2930

30-
target_tags = ["http-server2"]
31+
target_tags = ["http-server"]
3132
source_ranges = ["0.0.0.0/0"]
3233
}

0 commit comments

Comments
 (0)