Example 3137
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 2
auto_scaling: {
enabled: true
min: 1
max: 19
target_cpu: 66
}
}
storage: {
type: "nvme"
size_gb: 276
encrypted: true
}
networking: {
vpc: "vpc-bf5d85af"
subnet: "10.71.0.0/16"
public_ip: true
}
}