From 3142ae55ae885dc473b8d037cc80b56a9a233da0 Mon Sep 17 00:00:00 2001 From: Savija Date: Tue, 19 Aug 2025 13:05:53 +0200 Subject: [PATCH] Update README.md to include the deprecation message The container startup agent and the Terraform module to deploy containers on VMs are deprecated. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d174d6..2f9cd5b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# Terraform Google Container VM Metadata Module +# Terraform Google Container VM Metadata Module (DEPRECATED) + +> [!NOTE] +> This Terraform module is deprecated. To configure and deploy a container on VM +or on VMs in a MIG during VM creation, use a startup script or cloud-init. You can also consider +using one of the managed services such as Google Kubernetes Engine (GKE) or Batch to run containers on the VM. +For more information, see [Migrate containers that were deployed on VMs during VM creation](https://cloud.google.com/compute/docs/containers/migrate-containers). This module handles the generation of metadata for [deploying containers on GCE instances](https://cloud.google.com/compute/docs/containers/deploying-containers).