adjust firewall

This commit is contained in:
Wolfgang Hottgenroth 2023-01-31 15:19:22 +01:00
parent 672a083d48
commit d53577921d
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -25,15 +25,6 @@ resource "hcloud_ssh_key" "tf" {
resource "hcloud_firewall" "default" {
name = "DefaultFirewall"
rule {
description = "grafana"
direction = "in"
protocol = "tcp"
source_ips = [
"0.0.0.0/0"
]
port = "3000"
}
rule {
description = "http"
direction = "in"