provisioning-catalog/providers/digitalocean/nickel/defaults.ncl

28 lines
438 B
Text

# DigitalOcean provider default values
{
Droplet = {
size = "s-1vcpu-1gb-30gb",
region = "nyc3",
image = "ubuntu-22-04-x64",
},
Volume = {
size = 100,
region = "nyc3",
},
FloatingIP = {
region = "nyc3",
},
VPC = {
description = "Default VPC",
region = "nyc3",
},
Firewall = {
inbound_rules = ["allow ssh", "allow http", "allow https"],
outbound_rules = ["allow all"],
},
}