github.com/terraform-modules-krish/terratest@v0.29.0/examples/terraform-hello-world-example/main.tf (about)

     1  # website::tag::1:: The simplest possible Terraform module: it just outputs "Hello, World!"
     2  output "hello_world" {
     3    value = "Hello, World!"
     4  }