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
3 changed files with 0 additions and 3 deletions

View File

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