Close some ports which don't need to be open

This commit is contained in:
Jake Howard 2021-09-25 17:04:28 +01:00
parent a135aae5f3
commit bf73cfa846
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ module "casey_firewall" {
"80/tcp",
"443/tcp",
"51820/udp",
"4242/tcp",
"8448/tcp",
"6328/udp"
]

View File

@ -5,7 +5,6 @@ module "decker_firewall" {
ports = [
"80/tcp",
"443/tcp",
"7743/tcp"
]
}

View File

@ -5,7 +5,6 @@ module "grimes_firewall" {
ports = [
"80/tcp",
"443/tcp",
"7743/tcp"
]
}