Example 6022

Cloud Deploy Config

Cloud deployment infrastructure configuration.

{
provider: "gcp"
region: "us-west-2"

# Compute resources
compute: {
instance_type: "t3.medium"
count: 3
auto_scaling: {
enabled: true
min: 3
max: 10
target_cpu: 59
}
}

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

networking: {
vpc: "vpc-a2af5cc0"
subnet: "10.131.0.0/16"
public_ip: false
}
}

See also