-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Description to Timeout Attributes (#52)
* Adding description for each of the timeout attributes (#51) * Adding changelog entries (#51) * Amend attribute description to make valid time units clearer (#51) * Amend attribute description for read and delete to indicate when these timeouts would be applicable (#51) * Adding additional options to allow overriding of default descriptions (#51) * Adding changelog entries (#51) * Fixing changelog entry (#51) * Updating README (#51) * Apply suggestions from code review Co-authored-by: Brian Flad <[email protected]> * Updating to latest version of terraform-plugin-framework and fixing tests (#51) --------- Co-authored-by: Brian Flad <[email protected]>
- Loading branch information
1 parent
177b693
commit 4ba612d
Showing
9 changed files
with
437 additions
and
17 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,5 @@ | ||
kind: ENHANCEMENTS | ||
body: 'datasource/timeouts: Add default description for read' | ||
time: 2023-04-28T17:43:31.884258+01:00 | ||
custom: | ||
Issue: "51" |
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,5 @@ | ||
kind: ENHANCEMENTS | ||
body: 'resource/timeouts: Add default description for create, delete, read and update' | ||
time: 2023-04-28T17:44:12.860337+01:00 | ||
custom: | ||
Issue: "51" |
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,6 @@ | ||
kind: ENHANCEMENTS | ||
body: 'resource/timeouts: Add opts for `CreateDescription`, `ReadDescription`, `UpdateDescription` | ||
and `DeleteDescription` to allow overriding of default description' | ||
time: 2023-06-09T11:22:45.08138+01:00 | ||
custom: | ||
Issue: "51" |
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,6 @@ | ||
kind: ENHANCEMENTS | ||
body: 'datasource/timeouts: Add `BlockWithOpts()` and `AttributesWithOpts()` functions | ||
to allow overriding of default description' | ||
time: 2023-06-09T11:24:09.988096+01:00 | ||
custom: | ||
Issue: "51" |
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
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.