-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding
resource.TestCheckResourceAttrWith
test utility (#950)
* Adding `resource.TestCheckResourceAttrWith` test utility * Adding a test suite for `resource.TestCheckResourceAttrWith` * Adding changelog entry * Adding examples * Apply suggestions from code review Co-authored-by: Brian Flad <bflad417@gmail.com> * Providing `TestCheckResourceAttrWith` with a more comprehensive godoc Co-authored-by: Brian Flad <bflad417@gmail.com>
- Loading branch information
Showing
4 changed files
with
569 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:feature | ||
helper/resource: New `TestCheckResourceAttrWith` test helper, that simplifies checking of attribute values via custom functions | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.