Moved database port
This commit is contained in:
parent
021a1239d0
commit
4d3c74ab70
1 changed files with 2 additions and 2 deletions
|
@ -116,9 +116,9 @@ resource "hcloud_firewall" "firewall" {
|
||||||
rule {
|
rule {
|
||||||
direction = "in"
|
direction = "in"
|
||||||
protocol = "tcp"
|
protocol = "tcp"
|
||||||
port = 3306
|
port = 3307
|
||||||
source_ips = [
|
source_ips = [
|
||||||
"188.34.195.206/32"
|
"188.34.193.27/32"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue