Example 10331
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "digitalocean"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 9
auto_scaling: {
enabled: true
min: 3
max: 18
target_cpu: 80
}
}
storage: {
type: "hdd"
size_gb: 28
encrypted: true
}
networking: {
vpc: "vpc-f9a0eb00"
subnet: "10.149.0.0/16"
public_ip: false
}
}