Example 12427
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "eu-west-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 9
auto_scaling: {
enabled: true
min: 3
max: 14
target_cpu: 73
}
}
storage: {
type: "hdd"
size_gb: 374
encrypted: true
}
networking: {
vpc: "vpc-92e4cb7e"
subnet: "10.153.0.0/16"
public_ip: false
}
}