Example 3936
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 5
auto_scaling: {
enabled: true
min: 1
max: 15
target_cpu: 75
}
}
storage: {
type: "hdd"
size_gb: 334
encrypted: true
}
networking: {
vpc: "vpc-a5c58ae2"
subnet: "10.21.0.0/16"
public_ip: true
}
}