github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/examples/terragrunt-example/main.tf (about) 1 variable "input" {} 2 variable "other_input" {} 3 4 output "output" { 5 value = "${var.input} ${var.other_input}" 6 }