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

Migrate to a more easily extensible provider metadata struct #112

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

joshraker
Copy link
Member

Using a custom provider metadata struct allows us more flexibility to modify the struct such as using multiple clients.

@joshraker
Copy link
Member Author

Acceptance tests passing

❯ make testacc
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./... -v -count 1 -parallel 12 -timeout 30m
...
PASS
ok      github.com/aptible/terraform-provider-aptible/aptible   824.883s

@joshraker joshraker marked this pull request as ready for review June 20, 2024 16:26
@joshraker joshraker requested a review from neurosnap June 20, 2024 16:26
@joshraker
Copy link
Member Author

Still passing

❯ make testacc TEST_PARALLEL=24
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./... -v -count 1 -parallel 24 -timeout 30m
...
PASS
ok      github.com/aptible/terraform-provider-aptible/aptible   512.996s

@joshraker joshraker merged commit de53f4a into master Jun 20, 2024
4 checks passed
@joshraker joshraker deleted the multi-client branch June 20, 2024 16:47
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.

2 participants