Example 11628
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "us-east-1"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 3
auto_scaling: {
enabled: true
min: 2
max: 7
target_cpu: 61
}
}
storage: {
type: "hdd"
size_gb: 458
encrypted: true
}
networking: {
vpc: "vpc-ff31e5dc"
subnet: "10.23.0.0/16"
public_ip: false
}
}