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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Azure Devops Organization #129

Closed
polanfong opened this issue Aug 4, 2020 · 2 comments
Closed

Create Azure Devops Organization #129

polanfong opened this issue Aug 4, 2020 · 2 comments

Comments

@polanfong
Copy link

polanfong commented Aug 4, 2020

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

Add a feature to create an Azure DevOps Organization via Terraform.
Apologies if this is already available. All I could find was creating via ARM template (see https://tobiasfenster.io/automating-organization-and-project-creation-in-azure-devops). That seems to be using an outdated resource type though ("Microsoft.VisualStudio/account").

New or Affected Resource(s)

Azure DevOps Organization

Potential Terraform Configuration

provider "azuredevops" {
  version = ">= 0.0.1"
  subscription_id = "xxxxxxxxxxxxxxxxx"
}

resource "azuredevops_org" "org" {
  org_name = "Contoso"
  location = "eastus"
  resource_group_name = "..."
}
@xuzhang3
Copy link
Collaborator

xuzhang3 commented Aug 5, 2020

Hi @polanfong Thanks for opening this issue. ADO provider is aimed at provision resources within Azure DevOps organization. We have no plan to support create organizations and another reason is API is not exposed by the service side.

@polanfong
Copy link
Author

ok thanks @xuzhang3

@ghost ghost removed the waiting-response label Aug 6, 2020
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

No branches or pull requests

2 participants