Files
opentf/internal/tofu/testdata/transform-module-var-basic/child/main.tf
2023-09-20 15:16:53 +03:00

6 lines
66 B
HCL

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