Files
opentf/helper/resource
Sean Chittenden 7862e5b499 Differentiate between lookup failure and value inequality.
Before this patch it was not possible to test for a key in a map where
the value is an empty string.  With this patch, however, it is now
possible to write a check like:

```
resource.TestCheckResourceAttr("res.name", "mymap.KeyWithEmptyValue", ""),
```

To test that `KeyWithEmptyValue` is a valid key in `mymap`.
2017-01-11 23:28:48 -08:00
..
2014-09-17 16:33:24 -07:00
2014-09-17 16:33:24 -07:00
2016-06-30 18:07:56 -07:00
2016-07-29 18:35:54 -04:00