Make sure SSH port is exposed on grimes
This is needed for dokku deployments
This commit is contained in:
parent
293aed0fd3
commit
2715161929
@ -5,6 +5,7 @@ module "grimes_firewall" {
|
||||
ports = [
|
||||
"80/tcp",
|
||||
"443/tcp",
|
||||
"7743/tcp",
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user