Example 6732

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "azure"
region: "us-east-1"

# Compute resources
compute: {
instance_type: "t3.medium"
count: 6
auto_scaling: {
enabled: true
min: 2
max: 15
target_cpu: 61
}
}

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

networking: {
vpc: "vpc-acf11e3b"
subnet: "10.52.0.0/16"
public_ip: false
}
}

See also