Example 11329
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 2
auto_scaling: {
enabled: true
min: 2
max: 13
target_cpu: 74
}
}
storage: {
type: "ssd"
size_gb: 326
encrypted: true
}
networking: {
vpc: "vpc-f65ceb66"
subnet: "10.233.0.0/16"
public_ip: true
}
}