Example 4436
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 10
auto_scaling: {
enabled: true
min: 1
max: 18
target_cpu: 56
}
}
storage: {
type: "ssd"
size_gb: 114
encrypted: true
}
networking: {
vpc: "vpc-60ceb3a4"
subnet: "10.147.0.0/16"
public_ip: false
}
}