Skip to content

Commit

Permalink
Terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thomast1906 authored and github-actions[bot] committed Mar 22, 2024
1 parent d3ac7ad commit 6a99ad6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Terraform-AZURE-Services-Creation/AKS/rbac.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ resource "azurerm_role_assignment" "acr_pull" {
}

resource "azurerm_role_assignment" "appgwcontainer" {
principal_id = azurerm_user_assigned_identity.alb_identity.principal_id
scope = data.azurerm_resource_group.resource_group.id
principal_id = azurerm_user_assigned_identity.alb_identity.principal_id
scope = data.azurerm_resource_group.resource_group.id
role_definition_name = "contributor"
depends_on = [
azurerm_kubernetes_cluster.k8s,
Expand All @@ -39,8 +39,8 @@ resource "azurerm_role_assignment" "appgwcontainer" {
}

resource "azurerm_role_assignment" "appgwcontainernode" {
principal_id = azurerm_user_assigned_identity.alb_identity.principal_id
scope = data.azurerm_resource_group.node_resource_group.id
principal_id = azurerm_user_assigned_identity.alb_identity.principal_id
scope = data.azurerm_resource_group.node_resource_group.id
role_definition_name = "contributor"
depends_on = [
azurerm_kubernetes_cluster.k8s,
Expand Down

0 comments on commit 6a99ad6

Please sign in to comment.