mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-21 14:18:43 -04:00
7 lines
85 B
HCL
7 lines
85 B
HCL
provider "template" {
|
|
|
|
}
|
|
|
|
data "template_file" "test" {
|
|
template = "Hello World"
|
|
}
|