agnes-the-ai-analyst/infra/modules/customer-instance
ZdenekSrotyr f52cfd1119
infra(customer-instance): allow stopping VMs for in-place updates (#211)
Add allow_stopping_for_update=true on google_compute_instance.vm. Without
it, a TF change to machine_type triggers ForceNew (destroy + recreate);
with it, the provider stops + mutates + restarts the VM in place, which
is what an operator resizing a running deployment expects. Tag as
infra-v1.7.0; consumers opt in by bumping the module ref.
2026-05-07 06:58:10 +02:00
..
main.tf infra(customer-instance): allow stopping VMs for in-place updates (#211) 2026-05-07 06:58:10 +02:00
outputs.tf chore(oss): isolate customer-specific deploy bits from scripts/grpn/ (#88, wave 1) (#94) 2026-04-27 20:24:34 +02:00
startup-script.sh.tpl refactor(ops): bake all host artifacts into image, drop every curl-from-main (#149) 2026-04-30 21:40:25 +02:00
variables.tf refactor(ops): bake all host artifacts into image, drop every curl-from-main (#149) 2026-04-30 21:40:25 +02:00