Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 11, 2020 21:08
Show Gist options
  • Save goyalmohit/2859ee8d70ae9dce5ba8235468047003 to your computer and use it in GitHub Desktop.
Save goyalmohit/2859ee8d70ae9dce5ba8235468047003 to your computer and use it in GitHub Desktop.
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