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

     1  run "test" {
     2      assert {
     3          condition = test_resource.resource.value == "Hello, world!"
     4          error_message = "wrong condition"
     5      }
     6  }