rename bastion host IP variable for firewall rules
This commit is contained in:
@@ -22,8 +22,8 @@ resource "hcloud_firewall" "ssh" {
|
|||||||
protocol = "tcp"
|
protocol = "tcp"
|
||||||
port = "22"
|
port = "22"
|
||||||
source_ips = [
|
source_ips = [
|
||||||
var.ows_gateway.ipv4,
|
var.bastion_host.ipv4,
|
||||||
var.ows_gateway.ipv6
|
var.bastion_host.ipv6
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
apply_to {
|
apply_to {
|
||||||
|
|||||||
Reference in New Issue
Block a user