Example 3440
Cloud Deploy Config
Cloud deployment infrastructure configuration.
{
provider: "gcp"
region: "us-west-2"
# Compute resources
compute: {
instance_type: "t3.medium"
count: 7
auto_scaling: {
enabled: true
min: 1
max: 8
target_cpu: 77
}
}
storage: {
type: "ssd"
size_gb: 45
encrypted: true
}
networking: {
vpc: "vpc-42bfebf4"
subnet: "10.74.0.0/16"
public_ip: true
}
}