Example 14331
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "ap-southeast-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 9
auto_scaling: {
enabled: true
min: 2
max: 16
target_cpu: 80
}
}
storage: {
type: "hdd"
size_gb: 298
encrypted: true
}
networking: {
vpc: "vpc-cb9f87ed"
subnet: "10.165.0.0/16"
public_ip: false
}
}