We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement support for Go Virtual repository type features:
More details on vendor page
resource "artifactory_virtual_repository" "go" { key = "go" package_type = "go" repo_layout_ref = "go-default" repositories = [ "github-remote", "gocenter" ] enable_go_import = false go_import_whitelist = [ "**/github.com/**", "**/github.com/**/**", "**/golang.org/**", "**/gopkg.in/**", "**/k8s.io/**", "**/go.googlesource.com/**" ] }
The text was updated successfully, but these errors were encountered:
migrated -> jfrog/terraform-provider-artifactory#19
Sorry, something went wrong.
No branches or pull requests
Community Note
Description
Implement support for Go Virtual repository type features:
More details on vendor page
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: