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

     1  variable "content" {
     2    type = string
     3  }
     4  
     5  output "file_name" {
     6    value = "output_value"
     7  }