Created
September 29, 2020 18:15
-
-
Save goyalmohit/3885d2b85d067049e94719960c3f2248 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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