-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address issues pointed out by reviewers.
Use the golang.org/x/oauth2/clientcredentials library instead of manually crafting a Http request to CSP for OAuth2.0 authentication flow. Testing done: make build make test golangci-lint run terraform-provider-vmc % make testacc TESTARGS="-run='TestAccResourceVmcSddcZerocloud'" TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -run='TestAccResourceVmcSddcZerocloud' -timeout 240m ? github.com/vmware/terraform-provider-vmc [no test files] === RUN TestAccResourceVmcSddcZerocloud === PAUSE TestAccResourceVmcSddcZerocloud === CONT TestAccResourceVmcSddcZerocloud SDDC terraform_sddc_test_eucsf7qmk2 created successfully with id eb298641-625d-491b-8954-ea5311158965 --- PASS: TestAccResourceVmcSddcZerocloud (122.66s) PASS ok github.com/vmware/terraform-provider-vmc/vmc 122.930s ? github.com/vmware/terraform-provider-vmc/vmc/connector [no test files] ? github.com/vmware/terraform-provider-vmc/vmc/constants [no test files] testing: warning: no tests to run PASS ok github.com/vmware/terraform-provider-vmc/vmc/sddcgroup 0.200s [no tests to run] testing: warning: no tests to run PASS ok github.com/vmware/terraform-provider-vmc/vmc/task 0.184s [no tests to run] Signed-off-by: Dimitar Proynov <proynovd@vmware.com>
- Loading branch information
Dimitar Proynov
committed
Feb 22, 2023
1 parent
5ce2e5e
commit 8dc5030
Showing
4 changed files
with
22 additions
and
32 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