github.com/opentofu/opentofu@v1.7.1/internal/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  }