# The simplest possible Terraform module: it just outputs "Hello, World!" output "hello_world" { value = "Hello, World!" }