tf: bump nbgw to g6-standard-2
This commit is contained in:
parent
062c26644d
commit
202f2e2e29
3
main.tf
3
main.tf
@ -16,11 +16,12 @@ resource "linode_sshkey" "leo" {
|
|||||||
ssh_key = chomp(file("~/.ssh/leo.pub"))
|
ssh_key = chomp(file("~/.ssh/leo.pub"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# perhaps switch this to Hetzner's CAX11, affords more bandwidth.
|
||||||
resource "linode_instance" "nbgw" {
|
resource "linode_instance" "nbgw" {
|
||||||
booted = true
|
booted = true
|
||||||
region = var.linode_region
|
region = var.linode_region
|
||||||
image = "linode/fedora38"
|
image = "linode/fedora38"
|
||||||
type = "g6-standard-1"
|
type = "g6-standard-2"
|
||||||
label = "nbgw"
|
label = "nbgw"
|
||||||
group = "Terraform"
|
group = "Terraform"
|
||||||
root_pass = var.linode_rootpasswd
|
root_pass = var.linode_rootpasswd
|
||||||
|
Loading…
Reference in New Issue
Block a user