Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Nov 20, 2023
1 parent afc9450 commit 5ae00b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ resource "azurerm_role_assignment" "network_contributor_cluster" {
}

module "aks" {
source = "Azure/aks/azurerm"
version = "7.5.0"
resource_group_name = var.resource_group_name
cluster_name = var.name
location = var.location
prefix = "tfy"
workload_identity_enabled = var.workload_identity_enabled
source = "Azure/aks/azurerm"
version = "7.5.0"
resource_group_name = var.resource_group_name
cluster_name = var.name
location = var.location
prefix = "tfy"
workload_identity_enabled = var.workload_identity_enabled
temporary_name_for_rotation = "tmpdefault"

# agent configuration
Expand Down

0 comments on commit 5ae00b0

Please sign in to comment.