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

     1  
     2  resource "test_resource" "setup" {
     3      value = var.not_real // Oh no!
     4  }