agnes-the-ai-analyst/infra
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
..
examples/minimal infra: refactor Terraform into reusable customer-instance module 2026-04-21 16:18:35 +02:00
modules/customer-instance infra(customer-instance): allow stopping VMs for in-place updates (#211) 2026-05-07 06:58:10 +02:00
.gitignore feat: add Terraform config for GCP deployment 2026-03-30 15:55:26 +02:00