7862e5b499
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`. |
||
---|---|---|
.. | ||
error.go | ||
id.go | ||
id_test.go | ||
map.go | ||
map_test.go | ||
resource.go | ||
state.go | ||
state_test.go | ||
testing.go | ||
testing_config.go | ||
testing_import_state.go | ||
testing_import_state_test.go | ||
testing_test.go | ||
wait.go | ||
wait_test.go |