github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/init-with-tests/main.tftest.hcl (about)

     1  run "test" {
     2    assert {
     3      condition = test_instance.foo.ami == "bar"
     4      error_message = "incorrect value"
     5    }
     6  }