1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-10 09:36:10 +02:00
typhoon/google-cloud/flatcar-linux/kubernetes/image.tf

7 lines
150 B
Terraform
Raw Permalink Normal View History

# Flatcar Linux most recent image from channel
data "google_compute_image" "flatcar-linux" {
project = "kinvolk-public"
family = var.os_image
}