Remove walker for now

Tried to use alpine, Nebula doesn't like it. Will use Debian, and recreate the machine when I have more time
This commit is contained in:
Jake Howard 2021-03-26 21:58:24 +00:00
parent 116e1adb50
commit 7580c0fd59
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,17 +0,0 @@
module "walker_firewall" {
source = "./vultr_firewall/"
description = "walker"
ports = toset([
"80/tcp",
"443/tcp",
])
}
resource "vultr_instance" "walker" {
plan = "vhf-1c-1gb"
region = "lhr"
hostname = "walker"
firewall_group_id = module.walker_firewall.firewall_group.id
}