Missing 'Scale to Zero After One Hour' option in Non-Interactive Postgres Cluster Creation
When creating a postgres cluster interactively with fly postgres create and select "Development" and "Scale single node pg to zero after one hour?" to "Yes" it will create a cluster which auto suspends all the machines in the postgres cluster.
But its not possible to create a cluster with the same behaviour non-interactively. For instance with this command fly postgres create --org my-org --region fra --autostart --name a-random-postgres-cluster-app-name --vm-size shared-cpu-1x --volume-size 1 --initial-cluster-size 1 --password $(pwgen -1 -cnsB 40) it will create the postgres cluster with the same size etc. without asking any question, but it is not possible to set the cluster to "scale to zero after one hour".
I compared the env vars, and the interactively created postgres cluster/machine has a FLY_SCALE_TO_ZERO env var set (FLY_SCALE_TO_ZERO="1h"), but the non-interactively created one is missing the env var.
macOS 15.1.1 (24B91)fly version: fly v0.3.64 darwin/arm64 Commit: 962ba636e5d1279fc4da6e1e8eca876eb98ae9c3 BuildDate: 2025-01-15T18:32:05Z