terraform-provider-azuredevops

command module
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2018 License: MIT Imports: 5 Imported by: 0

README

#terraform-provider-azuredevops

This repository contains a provider to work with Azure devOps. Now I only create projects, but in next weeks I will update with new resources like create repositories, work items ...

Resources

  • resource_project: Create a new project in Azure Devops Organization

Usage

resource "azuredevops_project" "projectTest" {

 oraganization = "[organization_azuredevops_name]"
 pat = "[Personal_access_toke_in_base64]"
 projectname = "[name_project_to_create]"
 description = "[description_project]"
 summary = "[short_description]"

}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL