Remove minecraft port forward

This commit is contained in:
Jake Howard 2021-03-23 21:23:45 +00:00
parent bbfe85b2c8
commit ba8220cff2
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -62,15 +62,6 @@ resource "vultr_firewall_rule" "casey_matrix" {
subnet_size = 0 subnet_size = 0
} }
resource "vultr_firewall_rule" "casey_mc" {
firewall_group_id = vultr_firewall_group.casey.id
protocol = "tcp"
port = 25566
ip_type = "v4"
subnet = "0.0.0.0"
subnet_size = 0
}
resource "vultr_firewall_rule" "casey_nebula" { resource "vultr_firewall_rule" "casey_nebula" {
firewall_group_id = vultr_firewall_group.casey.id firewall_group_id = vultr_firewall_group.casey.id
protocol = "udp" protocol = "udp"