terraform/config/module/test-fixtures/validate-child-good/child/main.tf

4 lines
56 B
HCL

variable "memory" {}
output "result" { value = "foo" }