Created
September 11, 2020 21:08
-
-
Save goyalmohit/2859ee8d70ae9dce5ba8235468047003 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
resource "azuredevops_group" "tf-group" { | |
scope = azuredevops_project.tf-example.id | |
display_name = "Tf test group" | |
description = "This group is created using terraform" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment