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

     1  
     2  locals {
     3    my_value = "Hello, world!"
     4  }
     5  
     6  resource "test_resource" "example" {
     7      value = local.my_value
     8  }