Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 29, 2020 18:15
Show Gist options
  • Save goyalmohit/3885d2b85d067049e94719960c3f2248 to your computer and use it in GitHub Desktop.
Save goyalmohit/3885d2b85d067049e94719960c3f2248 to your computer and use it in GitHub Desktop.
output "azuredevops_project_id" {
value = azuredevops_project.tf-example.id
description = "azure devops project id"
}
output "azuredevops_project_name" {
value = azuredevops_project.tf-example.project_name
description = "azure devops project name"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment