Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 11, 2020 20:53
Show Gist options
  • Save goyalmohit/152128835b3aa1584879530d889dbd1e to your computer and use it in GitHub Desktop.
Save goyalmohit/152128835b3aa1584879530d889dbd1e to your computer and use it in GitHub Desktop.
resource "azuredevops_user_entitlement" "tf-user" {
principal_name = "[email protected]"
account_license_type = "stakeholder"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment