Skip to content

Commit

Permalink
chore: disable aks identity types (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmorehouse authored Apr 18, 2024
1 parent 415f846 commit 9cc7f6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ module "aks" {
"${azurerm_container_registry.acr.name}" = azurerm_container_registry.acr.id
}

identity_ids = [
#azurerm_user_assigned_identity.runner.id
]
identity_type = "UserAssigned"

node_pools = {
"runner" = {
name = "runner"
Expand Down
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ variable "location" {

variable "access_group_users" {
type = list(string)
default = ["[email protected]"]
description = "List of emails that will have access to the install."
}

Expand Down

0 comments on commit 9cc7f6a

Please sign in to comment.