Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Resource: wiz_connector_gcp #164

Merged
merged 2 commits into from
Dec 12, 2023
Merged

New Resource: wiz_connector_gcp #164

merged 2 commits into from
Dec 12, 2023

Conversation

jschoombee
Copy link
Collaborator

closes #158

acceptance tests:

❯ TF_ACC=1 go test ./internal/acceptance/... -v -run='TestAccResourceWizConnectorAws_basic'
=== RUN   TestAccResourceWizConnectorAws_basic
2023/08/17 15:05:17 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:18 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:18 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:19 [DEBUG] POST https://api.eu4.app.wiz.io/graphql
2023/08/17 15:05:19 [DEBUG] POST https://api.eu4.app.wiz.io/graphql
2023/08/17 15:05:20 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:20 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:21 [DEBUG] POST https://api.eu4.app.wiz.io/graphql
2023/08/17 15:05:21 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:22 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:22 [DEBUG] POST https://api.eu4.app.wiz.io/graphql
--- PASS: TestAccResourceWizConnectorAws_basic (5.90s)
PASS
ok      wiz.io/hashicorp/terraform-provider-wiz/internal/acceptance     7.096s
❯ TF_ACC=1 go test ./internal/acceptance/... -v -run='TestAccResourceWizConnectorGcp_basic'
=== RUN   TestAccResourceWizConnectorGcp_basic
2023/08/17 15:05:33 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:34 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:35 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:35 [DEBUG] POST https://api.eu4.app.wiz.io/graphql
2023/08/17 15:05:36 [DEBUG] POST https://api.eu4.app.wiz.io/graphql
2023/08/17 15:05:36 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:37 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:37 [DEBUG] POST https://api.eu4.app.wiz.io/graphql
2023/08/17 15:05:38 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:38 [DEBUG] POST https://auth.app.wiz.io/oauth/token
2023/08/17 15:05:39 [DEBUG] POST https://api.eu4.app.wiz.io/graphql
--- PASS: TestAccResourceWizConnectorGcp_basic (6.18s)
PASS
ok      wiz.io/hashicorp/terraform-provider-wiz/internal/acceptance     6.470s

@jschoombee jschoombee force-pushed the feature/gcp_connector branch from 305d687 to 7174efb Compare August 17, 2023 15:01
internal/wiz/structs.go Outdated Show resolved Hide resolved
internal/wiz/structs.go Outdated Show resolved Hide resolved
@aaronsutton
Copy link

It looks like the requested changes have been made. Is it possible to merge this PR? I'm looking to make use of the wiz connector resource for GCP. Thanks!

@jschoombee jschoombee requested a review from gramsa49 December 6, 2023 18:55
@jschoombee jschoombee requested a review from a team as a code owner December 12, 2023 18:20
@jschoombee jschoombee force-pushed the feature/gcp_connector branch from ca8e08d to f5daa35 Compare December 12, 2023 18:44
@gramsa49 gramsa49 merged commit 59e3627 into main Dec 12, 2023
9 checks passed
@gramsa49 gramsa49 deleted the feature/gcp_connector branch December 12, 2023 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Resource: wiz_connector_gcp
3 participants