Skip to content

Instantly share code, notes, and snippets.

@cdennig
Created December 14, 2019 11:57
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 cdennig/9ef9ea92eb109907d3c1a1958438a49b to your computer and use it in GitHub Desktop.
Save cdennig/9ef9ea92eb109907d3c1a1958438a49b to your computer and use it in GitHub Desktop.
# AAD K8s cluster admin group / AAD
resource "azuread_group" "aks-aad-clusteradmins" {
name = "${var.clustername}clusteradmin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment