Make sure SSH port is exposed on grimes
This is needed for dokku deployments
This commit is contained in:
parent
293aed0fd3
commit
2715161929
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ module "grimes_firewall" {
|
||||||
ports = [
|
ports = [
|
||||||
"80/tcp",
|
"80/tcp",
|
||||||
"443/tcp",
|
"443/tcp",
|
||||||
|
"7743/tcp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue