Example 14630
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 5
auto_scaling: {
enabled: true
min: 3
max: 7
target_cpu: 79
}
}
storage: {
type: "ssd"
size_gb: 20
encrypted: true
}
networking: {
vpc: "vpc-3af1dda2"
subnet: "10.79.0.0/16"
public_ip: true
}
}