mirror of
https://github.com/poseidon/typhoon
synced 2024-11-12 06:33:32 +01:00
256b87812e
* Use Terraform builtin templatefile functionality * Remove dependency on deprecated Terraform template provider Rel: * https://registry.terraform.io/providers/hashicorp/template/2.2.0 * https://github.com/poseidon/terraform-render-bootstrap/pull/293
7 lines
150 B
HCL
7 lines
150 B
HCL
# Flatcar Linux most recent image from channel
|
|
data "google_compute_image" "flatcar-linux" {
|
|
project = "kinvolk-public"
|
|
family = var.os_image
|
|
}
|
|
|