Example 7040
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "e2-standard-4"
count: 2
auto_scaling: {
enabled: true
min: 3
max: 15
target_cpu: 78
}
}
storage: {
type: "ssd"
size_gb: 307
encrypted: true
}
networking: {
vpc: "vpc-e74b0cc9"
subnet: "10.34.0.0/16"
public_ip: false
}
}