From 52bcb43f9ce88a7733e85909821e764b042831fe Mon Sep 17 00:00:00 2001 From: Kazuto Kusama Date: Tue, 26 Nov 2024 01:13:42 +0900 Subject: [PATCH] Delete nginx --- broadcast_switcher/nginx.tf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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"