4 lines
99 B
HCL
4 lines
99 B
HCL
data "template_file" "cloud_init" {
|
|
template = file("${path.module}/templates/cloud-init.yml")
|
|
}
|