Opened database port
This commit is contained in:
parent
b51489c25c
commit
021a1239d0
1 changed files with 9 additions and 0 deletions
|
@ -113,6 +113,15 @@ resource "hcloud_firewall" "firewall" {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rule {
|
||||||
|
direction = "in"
|
||||||
|
protocol = "tcp"
|
||||||
|
port = 3306
|
||||||
|
source_ips = [
|
||||||
|
"188.34.195.206/32"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue