diff --git a/terraform/drone-runners.tf b/terraform/drone-runners.tf index 27c3b15..a3af8c2 100644 --- a/terraform/drone-runners.tf +++ b/terraform/drone-runners.tf @@ -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