Example 14932

Cloud Deploy Config

Cloud deployment infrastructure configuration.

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

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

storage: {
type: "nvme"
size_gb: 78
encrypted: true
}

networking: {
vpc: "vpc-8199691d"
subnet: "10.166.0.0/16"
public_ip: true
}
}

See also