-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: fabric connection equinix sdk go migration (#606)
* Removed all references to `fabric-go` and replaced with feature parity of `equinix-sdk-go/fabricv4` * Using reference to branch `equinix-sdk-go-migration` in code review on equinix-sdk-go/fabricv4 repo * Patches in this branch are necessary to resolve issues where the Fabric APIs are not adhering to API specs * Tickets have been cut for Fabric Teams to resolve; just using patching as short term fix * Use Getters+Setters for all setting and retrieval of `equinix-sdk-go/fabricv4` structs * Improve request creation by only setting attributes on Go structs when they are given in the Terraform. Removes zero valued entries in API requests causing unintended side effects * Updated acceptance tests to account for SDK update. * Updated config to create `equinix-sdk-go/fabricv4` using correct auth method * Instantiated `equinix-sdk-go/fabricv4` with the correct user agent for Terraform to be used in metrics * Handling error type assertions properly to avoid chaining errors during runtime
- Loading branch information
Showing
21 changed files
with
1,924 additions
and
1,946 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
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.