Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 11, 2020 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/ef70de281430b95352d527b7f81e8e20 to your computer and use it in GitHub Desktop.
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