-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardize error handling and refactor old resources (#521)
* Refactor cyral_repository * Refactor cyral_repository_access_gateway * Refactor cyral_repository_access_rules * Refactor cyral_repository_binding * Refactor cyral_sidecar * Refactor cyral_sidecar_credentials * Refactor cyral_repository_conf_analysis * Ignore local tf test files * Improve debugging messages and fix error handling * Improve API error handling * Refactor cyral_repository_conf_auth * Add constant for datamap resource name * Fix broken links for docs * Refactor cyral_repository_network_access_policy * Refactor cyral_sidecar_listener * Improve names in DefaultContextHandler * Refactor cyral_datalabel * Add support for custom error handling in context functions * Fix bugs that caused conf_auth and conf_analysis to not recover from state out-of-sync * Remove dead code * Renamed PostURLFactory back to BaseURLFactory * Address review comments
- Loading branch information
Showing
104 changed files
with
3,304 additions
and
3,108 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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
.terraform | ||
.terraform.lock.hcl | ||
terraform.tfstate* | ||
*.tf | ||
|
||
# Provider binary | ||
terraform-provider-cyral* | ||
|
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.