Skip to content

Commit 52bcb43

Browse files
committed
Delete nginx
1 parent fce2d5f commit 52bcb43

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

broadcast_switcher/nginx.tf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
locals {
22
## NOTE: Please modify this if you want to add a new instance.
33
instances = [
4-
{
5-
hostname = "nginx01",
6-
secondary_ip = "192.168.71.21"
7-
},
8-
{
9-
hostname = "nginx02",
10-
secondary_ip = "192.168.71.22"
11-
},
4+
# {
5+
# hostname = "nginx01",
6+
# secondary_ip = "192.168.71.21"
7+
# },
8+
# {
9+
# hostname = "nginx02",
10+
# secondary_ip = "192.168.71.22"
11+
# },
1212
# {
1313
# hostname = "nginx03",
1414
# secondary_ip = "192.168.71.23"

0 commit comments

Comments
 (0)