terraform/internal/command/testdata/test/top-dir-only-nested-test-files/fixtures/main.tf

8 lines
No EOL
92 B
HCL

variable "sample" {
type = bool
default = true
}
output "name" {
value = var.sample
}