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

     1  output "foo" {
     2    description = "Output"
     3    value = "bar"
     4  }