Example 7525
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 6
auto_scaling: {
enabled: true
min: 3
max: 10
target_cpu: 72
}
}
storage: {
type: "hdd"
size_gb: 420
encrypted: true
}
networking: {
vpc: "vpc-f554f5db"
subnet: "10.78.0.0/16"
public_ip: false
}
}