github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/undefined_variables/main.tf (about)

     1  
     2  variable "input" {
     3    type    = string
     4    default = "Hello, world!"
     5  }