diff --git a/main.tf b/main.tf index d47ac35..455f8f7 100644 --- a/main.tf +++ b/main.tf @@ -16,11 +16,12 @@ resource "linode_sshkey" "leo" { ssh_key = chomp(file("~/.ssh/leo.pub")) } +# perhaps switch this to Hetzner's CAX11, affords more bandwidth. resource "linode_instance" "nbgw" { booted = true region = var.linode_region image = "linode/fedora38" - type = "g6-standard-1" + type = "g6-standard-2" label = "nbgw" group = "Terraform" root_pass = var.linode_rootpasswd