You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the Compute Engine container startup agent deprecation on July
21 2025, GCP recommends now using a startup script or cloud-init to run
containers in VMs.
To avoid impacting users that already have startup scripts, this commit
uses cloud-init to spin up the container.
Changes:
- Remove container module
- Add service responsible for the Atlantis container
- Changed `command` and `args` default values to `[]` instead of null,
since we can't iterate null values
Impact:
- `google_compute_disk.persistent will be updated in-place`
- `google_compute_instance_group_manager.default` will be updated in-place`
- `google_compute_instance_template.default must be replaced`
**Requires a couple minutes of downtime while the VM is restarted.**
Sources:
- https://cloud.google.com/compute/docs/deprecations/container-startup-agent-on-compute
- https://cloud.google.com/compute/docs/containers/migrate-containers
Signed-off-by: David Costa <33375428+d-costa@users.noreply.github.com>
0 commit comments