mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-08 05:00:13 -05:00
8 lines
85 B
HCL
8 lines
85 B
HCL
provider "template" {
|
|
|
|
}
|
|
|
|
data "template_file" "test" {
|
|
template = "Hello World"
|
|
}
|