generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update retry logic - look for specific error messages and do not retry the API call when they are present - Exponential wait times - wait time changed from nanoseconds to milliseconds * Update ssid retry logic - don't retry on specific error messages * add sleep statement - added sleep statement to get around errors caused by rapid creation * feat: Enhanced Sweeper Logic - separated sweeper api calls into individual funcs - improved error handling and logging - added organization sweeper - consolidated sweeper init() definitions - docs * test: fix admin resource names - updated admin test names/emails with `test_acc` prefix * chore: sweeper logs - separated provider.go test, sweeper, http code - replaced test framework tflog with stdout print statements until context.Background() issue is identified. * feat: retry logic enhancement - use http status code range to select criteria for retry - null reference checks * fix: updates resource retry logic - switchports, networks, ssids * fix: Unrecognized remote plugin message - removed print func from init * fix: open roaming certificate err - set payload value to nil if == 0 * chore: additional test cases for ssids - more of a todo item --------- Co-authored-by: Riley Jacobson <[email protected]>
- Loading branch information
1 parent
c4f763e
commit 6053d0e
Showing
15 changed files
with
1,081 additions
and
451 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
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
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.