Skip to content

Commit aa70758

Browse files
authored
chore: update README.md to include the deprecation message (#150)
1 parent b1dde45 commit aa70758

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Terraform Google Container VM Metadata Module
1+
# Terraform Google Container VM Metadata Module (DEPRECATED)
2+
3+
> [!NOTE]
4+
> This Terraform module is deprecated. To configure and deploy a container on VM
5+
or on VMs in a MIG during VM creation, use a startup script or cloud-init. You can also consider
6+
using one of the managed services such as Google Kubernetes Engine (GKE) or Batch to run containers on the VM.
7+
For more information, see [Migrate containers that were deployed on VMs during VM creation](https://cloud.google.com/compute/docs/containers/migrate-containers).
28

39
This module handles the generation of metadata for [deploying containers on GCE instances](https://cloud.google.com/compute/docs/containers/deploying-containers).
410

0 commit comments

Comments
 (0)