github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/command/testdata/test-passes/test-passes.tf (about)

     1  variable "input" {
     2    type = string
     3  }
     4  
     5  output "foo" {
     6    value = "foo value ${var.input}"
     7  }