terraform-spearhead.cloud/kubernetes-cluster/data.tf
2022-05-16 17:07:50 +03:00

4 lines
99 B
HCL

data "template_file" "cloud_init" {
template = file("${path.module}/templates/cloud-init.yml")
}