github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/test/invalid-module/setup/main.tf (about)

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