opentofu/website/docs/cli/commands/test/examples/nested-layout/module/main.tf
Janos e2613d7bf0
Fixes #292: Testing feature documentation (#939)
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>
Co-authored-by: James Humphries <James@james-humphries.co.uk>
2023-12-01 08:34:59 +00:00

5 lines
No EOL
76 B
HCL

variable "name" {}
output "greeting" {
value = "Hello ${var.name}!"
}