Example 12033

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 5
auto_scaling: {
enabled: true
min: 1
max: 7
target_cpu: 53
}
}

storage: {
type: "nvme"
size_gb: 181
encrypted: true
}

networking: {
vpc: "vpc-c7e1b482"
subnet: "10.46.0.0/16"
public_ip: false
}
}

See also