mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-31 18:02:48 -04:00
8 lines
85 B
HCL
8 lines
85 B
HCL
provider "template" {
|
|
|
|
}
|
|
|
|
data "template_file" "test" {
|
|
template = "Hello World"
|
|
}
|