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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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).
2
8
3
9
This module handles the generation of metadata for [deploying containers on GCE instances](https://cloud.google.com/compute/docs/containers/deploying-containers).
0 commit comments