mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 06:19:33 +01:00
e06ee042ee
* Use the official Kinvolk Flatcar Linux image on Google Cloud * Change `os_image` from a custom image name to `flatcar-stable` (default), `flatcar-beta`, or `flatcar-alpha` (**action required**) * Change `os_image` from a required to an optional variable * Promote Typhoon on Flatcar Linux / Google Cloud to stable * Remove docs about needing to upload a Flatcar Linux image manually on Google Cloud and drop support for custom images
6 lines
154 B
HCL
6 lines
154 B
HCL
# Flatcar Linux most recent image from channel
|
|
data "google_compute_image" "flatcar-linux" {
|
|
project = "kinvolk-public"
|
|
family = "${var.os_image}"
|
|
}
|