Files
opentf/internal/command/testdata/test/variables_reference/setup/main.tf
Christian Mesh 249ed42fb1 Run block variable references (#1129)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
2024-01-17 06:57:14 -05:00

8 lines
88 B
HCL

variable "content" {
type = string
}
output "file_name" {
value = "output_value"
}