temporary open SSH

This commit is contained in:
Oli
2023-02-28 21:01:40 +00:00
parent d0d05f89a1
commit b7414398ab

View File

@@ -22,8 +22,8 @@ resource "hcloud_firewall" "ssh" {
protocol = "tcp" protocol = "tcp"
port = "22" port = "22"
source_ips = [ source_ips = [
var.bastion_host.ipv4, "0.0.0.0/0",
var.bastion_host.ipv6 "::/0"
] ]
} }
apply_to { apply_to {