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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,11 +85,12 @@ Then perform the following commands on the root folder:
85
85
| Name | Description |
86
86
|------|-------------|
87
87
| container | The container definition provided |
88
+
| container\_vm | The complete container VM image object to use for the GCE instance |
88
89
| metadata\_key | The key to assign `metadata_value` to, so container information is attached to the instance |
89
90
| metadata\_value | The generated container configuration |
90
91
| restart\_policy | The restart policy provided |
91
-
| source\_image | The COS image to use for the GCE instance |
92
-
| vm\_container\_label | The COS version to deploy to the instance. To be used as the value for the `vm_container_label_key` label key |
92
+
| source\_image | The self_link to the COS image to use for the GCE instance. Equivalent to container_vm.self_link|
93
+
| vm\_container\_label | The COS version to deploy to the instance. To be used as the value for the `vm_container_label_key` label key. Equivalent to container_vm.name|
93
94
| vm\_container\_label\_key | The label key for the COS version deployed to the instance |
description="The COS version to deploy to the instance. To be used as the value for the `vm_container_label_key` label key"
38
+
description="The COS version to deploy to the instance. To be used as the value for the `vm_container_label_key` label key. Equivalent to container_vm.name"
39
39
value=data.google_compute_image.coreos.name
40
40
}
41
41
42
+
output"container_vm" {
43
+
description="The complete container VM image object to use for the GCE instance"
0 commit comments