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

7 lines
150 B
Terraform
Raw Normal View History

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