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
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,11 @@
2
2
3
3
This module handles the generation of metadata for [deploying containers on GCE instances](https://cloud.google.com/compute/docs/containers/deploying-containers).
4
4
5
-
This module itself does not launch an instance or managed instance group. It simply generates the necessary metadata to create an instance or MIG yourself. Examples of using this module can be found in the [examples/](examples) directory.
5
+
This module itself does not launch an instance or managed instance group. It
6
+
generates the necessary metadata to create an instance or MIG yourself.
This module is meant for use with Terraform 0.13+ and tested using Terraform 1.0+. If you find incompatibilities using Terraform >=0.13, please open an issue.
@@ -488,7 +492,9 @@ The linters are as follows:
488
492
* Trailing whitespaces
489
493
490
494
## Known limitations
491
-
Managed instance group [example](examples/managed_instance_group/main.tf) is not migrated to Terraform 0.12
0 commit comments