adjust firewall
This commit is contained in:
parent
672a083d48
commit
d53577921d
9
main.tf
9
main.tf
@ -25,15 +25,6 @@ resource "hcloud_ssh_key" "tf" {
|
|||||||
|
|
||||||
resource "hcloud_firewall" "default" {
|
resource "hcloud_firewall" "default" {
|
||||||
name = "DefaultFirewall"
|
name = "DefaultFirewall"
|
||||||
rule {
|
|
||||||
description = "grafana"
|
|
||||||
direction = "in"
|
|
||||||
protocol = "tcp"
|
|
||||||
source_ips = [
|
|
||||||
"0.0.0.0/0"
|
|
||||||
]
|
|
||||||
port = "3000"
|
|
||||||
}
|
|
||||||
rule {
|
rule {
|
||||||
description = "http"
|
description = "http"
|
||||||
direction = "in"
|
direction = "in"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user