Example 7731
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "azure"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 1
auto_scaling: {
enabled: true
min: 3
max: 19
target_cpu: 74
}
}
storage: {
type: "ssd"
size_gb: 452
encrypted: true
}
networking: {
vpc: "vpc-d994fc90"
subnet: "10.192.0.0/16"
public_ip: false
}
}