Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 11, 2020 21:27
Show Gist options
  • Select an option

  • Save goyalmohit/ef70de281430b95352d527b7f81e8e20 to your computer and use it in GitHub Desktop.

Select an option

Save goyalmohit/ef70de281430b95352d527b7f81e8e20 to your computer and use it in GitHub Desktop.
# Partially complete blocks below - will not work in isolation
resource "azuredevops_group_membership" "tf-group-membership" {
group = azuredevops_group.tf-group.descriptor
members = [
azuredevops_user_entitlement.tf-user.descriptor
]
mode = "add"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment