Skip to content

Add Npm registry Service Endpoint #334

@pasqualedevita

Description

@pasqualedevita

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"
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions