terraform-spearhead.cloud/kubernetes-cluster/data.tf

4 lines
99 B
Terraform
Raw Normal View History

2022-05-16 17:07:50 +03:00
data "template_file" "cloud_init" {
template = file("${path.module}/templates/cloud-init.yml")
}