Example 17034

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "gcp"
region: "us-east-1"

# Compute resources
compute: {
instance_type: "t3.medium"
count: 9
auto_scaling: {
enabled: true
min: 1
max: 12
target_cpu: 78
}
}

storage: {
type: "ssd"
size_gb: 393
encrypted: true
}

networking: {
vpc: "vpc-3e3bfe0d"
subnet: "10.61.0.0/16"
public_ip: true
}
}

See also