Consider replacing usage of built-in TestCheckFunc
with state checks
#222
Labels
enhancement
New feature or request
TestCheckFunc
with state checks
#222
Many of the tests within terraform-provider-corner make use of
TestCheckFunc
built-in functions from terraform-plugin-testing for verifying values in state. For instance, TestCheckResourceAttr:Such tests could be updated to use the new style state checks that are now available, for example:
The text was updated successfully, but these errors were encountered: