Example 6039

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "azure"
region: "eu-west-1"

# Compute resources
compute: {
instance_type: "t3.medium"
count: 8
auto_scaling: {
enabled: true
min: 3
max: 19
target_cpu: 72
}
}

storage: {
type: "hdd"
size_gb: 46
encrypted: true
}

networking: {
vpc: "vpc-575e166e"
subnet: "10.104.0.0/16"
public_ip: false
}
}

See also