Terraform module that creates a GCE instance template running Docker containers on Container-Optimized OS, managed via cloud-init and systemd.
This is intended to simulate and replace the [deprecated container startup agent](https://docs.cloud.google.com/compute/docs/containers/migrate-containers) using `cloud-init`.
## Features
- Runs one or more containers with systemd service management
- Supports Container-Optimized OS (COS) with pre-installed Docker
- Artifact Registry authentication via docker-credential-gcr
- Cloud Logging integration with gcplogs driver
- Shielded VM with secure boot enabled
- Requires digest-pinned container images for security