You've already forked ansible-role-common
fix nodesize
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user