Skip to content

Commit

Permalink
Add nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopen committed Nov 25, 2024
1 parent 52bcb43 commit 1338667
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions broadcast_switcher/nginx.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1338667

Please sign in to comment.