terraform/internal/configs/testdata/valid-modules/with-mocks/child/main.tf

8 lines
80 B
HCL

output "string" {
value = "Hello, world!"
}
output "number" {
value = 0
}