mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 04:09:34 +01:00
7 lines
155 B
Terraform
7 lines
155 B
Terraform
|
# Flatcar Linux most recent image from channel
|
||
|
data "google_compute_image" "flatcar-linux" {
|
||
|
project = "kinvolk-public"
|
||
|
family = "${var.os_image}"
|
||
|
}
|
||
|
|