fix nodesize

This commit is contained in:
2022-03-17 16:52:36 +13:00
parent 39d5adce58
commit e60c9499ee

View File

@@ -44,7 +44,7 @@ resource "linode_instance" "terraform-drone" {
group = "docker"
tags = ["tag_Testing","docker"]
region = "ap-southeast"
type = "g6-nanode-1"
type = "g6-standard-2"
authorized_keys = [ var.ssh_pubkey ]
root_pass = var.root_pass