Example 13325

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "digitalocean"
region: "us-west-2"

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 1
auto_scaling: {
enabled: true
min: 2
max: 9
target_cpu: 72
}
}

storage: {
type: "ssd"
size_gb: 31
encrypted: true
}

networking: {
vpc: "vpc-caed20b1"
subnet: "10.217.0.0/16"
public_ip: false
}
}

See also