mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-21 13:21:36 +02:00
Set default Google Cloud os_image to coreos-stable
This commit is contained in:
@ -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`)"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user