Set default Google Cloud os_image to coreos-stable

This commit is contained in:
Dalton Hubble
2018-03-19 00:06:37 -07:00
parent 29108fd99d
commit 7f7bc960a6
5 changed files with 6 additions and 4 deletions

View File

@ -31,6 +31,7 @@ variable "machine_type" {
variable "os_image" {
type = "string"
default = "coreos-stable"
description = "OS image from which to initialize the disk (see `gcloud compute images list`)"
}