Example 10527
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 9
auto_scaling: {
enabled: true
min: 2
max: 7
target_cpu: 63
}
}
storage: {
type: "nvme"
size_gb: 85
encrypted: true
}
networking: {
vpc: "vpc-67dbf1ea"
subnet: "10.177.0.0/16"
public_ip: true
}
}