Appearance
1735 - Cloud Deploy Config
Cloud deployment infrastructure configuration. This is an example of a MAML document.
maml
{
provider: "digitalocean"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 2
auto_scaling: {
enabled: true
min: 1
max: 10
target_cpu: 65
}
}
storage: {
type: "hdd"
size_gb: 312
encrypted: true
}
networking: {
vpc: "vpc-f0d20c42"
subnet: "10.162.0.0/16"
public_ip: false
}
}