-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Labels
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Hi,
I'd like to configure a Npm registry Service Endpoint in AzureDevops
New or Affected Resource(s)
- azuredevops_serviceendpoint_npm
Potential Terraform Configuration
resource "azuredevops_serviceendpoint_npm" "example" {
project_id = azuredevops_project.project.id
url = "https://registry.npmjs.org"
access_token = "xxx"
service_endpoint_name = "example-npm-1"
description = "example-1"
}