Files
opentf/terraform/testdata/transform-module-var-basic/child/main.tf
2019-06-30 10:16:15 +02:00

6 lines
66 B
HCL

variable "value" {}
output "result" {
value = "${var.value}"
}