File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
modules/terraform-aws-nixos-webserver-wrapper Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 3939 locations." /" = {
4040 root = " /var/www/${content_location}/_site" ;
4141 } ;
42-
43-
4442 };
4543
4644 # TODO combine this with the above so that this doesn't repeat itself
5351 locations." /" = {
5452 root = " /var/www/${content_location}/_site" ;
5553 } ;
56-
5754 };
5855
5956 };
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ module "web-server-ssh-rule" {
1313 version = " 0.9.4"
1414<<<<< << HEAD
1515=======
16- # cidr_blocks = var.allowed_remote_cidrs # TODO maybe add a bastion host eventually
17- >>>>>>> Update module wrapper name
16+ >>>>>>> Updates to match master
1817 cidr_blocks = ["0.0.0.0/0" ]
1918 # ipv6_cidr_blocks = ["::/0" ] # TODO add ipv6 to the upstream module
2019 security_group_id = module.web-server-sg.id
@@ -60,8 +59,4 @@ module "web-server-https-rule" {
6059 security_group_id = module.web-server-sg.id
6160}
6261
63- <<<<<<< HEAD
64- # TODO add ping icmp
65- =======
6662# TODO add ping icmp
67- >>>>>>> Update module wrapper name
You can’t perform that action at this time.
0 commit comments