Skip to content

Commit 23b8d82

Browse files
committed
Updates to match master
1 parent ba724a1 commit 23b8d82

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

modules/terraform-aws-nixos-webserver-wrapper/templates/configuration.nix.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
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
@@ -53,7 +51,6 @@
5351
locations."/" = {
5452
root = "/var/www/${content_location}/_site";
5553
};
56-
5754
};
5855

5956
};

modules/terraform-aws-nixos-webserver-wrapper/webserver-sg.tf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)