Example 5432

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 2
auto_scaling: {
enabled: true
min: 3
max: 10
target_cpu: 62
}
}

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

networking: {
vpc: "vpc-f8dac4bb"
subnet: "10.43.0.0/16"
public_ip: true
}
}

See also