Example 432

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "azure"
region: "us-west-2"

# Compute resources
compute: {
instance_type: "Standard_B2s"
count: 2
auto_scaling: {
enabled: true
min: 2
max: 11
target_cpu: 78
}
}

storage: {
type: "ssd"
size_gb: 192
encrypted: true
}

networking: {
vpc: "vpc-857e4bdd"
subnet: "10.150.0.0/16"
public_ip: false
}
}

See also