diff --git a/broadcast_switcher/nginx.tf b/broadcast_switcher/nginx.tf index b310f39..20d4381 100644 --- a/broadcast_switcher/nginx.tf +++ b/broadcast_switcher/nginx.tf @@ -1,14 +1,14 @@ locals { ## NOTE: Please modify this if you want to add a new instance. instances = [ - { - hostname = "nginx01", - secondary_ip = "192.168.71.21" - }, - { - hostname = "nginx02", - secondary_ip = "192.168.71.22" - }, + # { + # hostname = "nginx01", + # secondary_ip = "192.168.71.21" + # }, + # { + # hostname = "nginx02", + # secondary_ip = "192.168.71.22" + # }, # { # hostname = "nginx03", # secondary_ip = "192.168.71.23"