microsoft / terraform-provider-azuredevops

Terraform Azure DevOps provider
https://www.terraform.io/docs/providers/azuredevops/
MIT License
383 stars 273 forks source link

Import existing branch azuredevops_git_repository_branch #941

Open sergio91arreglatech opened 10 months ago

sergio91arreglatech commented 10 months ago

Community Note

Description

Allow import existing branch in repositories in this resource azuredevops_git_repository_branch

Potential Terraform Configuration

terraform import azuredevops_git_repository_branch.branch projecname/branchname

References

hend0012 commented 10 months ago

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

Allow import existing branch in repositories in this resource azuredevops_git_repository_branch

  • azuredevops_git_repository_branch

Potential Terraform Configuration

terraform import azuredevops_git_repository_branch.branch projecname/branchname

References

  • 0000

This would indeed be great to have.