tf: bump nbgw to g6-standard-2

This commit is contained in:
surtur 2023-08-02 18:04:55 +02:00
parent 062c26644d
commit 202f2e2e29
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -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