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

Add private registry provider platform API #406

Closed
wants to merge 3 commits into from

Conversation

annawinkler
Copy link
Contributor

Description

This PR was broken out of this PR.

This PR adds support for the private registry provider platform API.

Testing plan

To test these changes locally, create a local go project, and in the go.mod include a line similar to the following:

replace github.com/hashicorp/go-tfe => /Users/YOURUSER/go/src/github.com/hashicorp/go-tfe

Then, for a registry provider platform, you can test:

  • Create
  • Delete
  • Read
  • List

External links

Output from tests

Including output from tests may require access to a TFE instance. Ignore this section if you have no environment to test against.

$ TFE_ADDRESS="https://example" TFE_TOKEN="example" TF_ACC="1" go test ./... -v -tags=integration -run TestFunctionsAffectedByChange

...

@annawinkler annawinkler marked this pull request as draft May 18, 2022 19:36
@annawinkler annawinkler deleted the aw/add-registry-provider-platform branch May 23, 2022 20:54
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.

None yet

2 participants