Skip to content

Commit

Permalink
updat ename
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Thornton committed Mar 22, 2024
1 parent c051638 commit d3ac7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terraform-AZURE-Services-Creation/AKS/rbac.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "azurerm_role_assignment" "appgwcontainer" {
]
}

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
role_definition_name = "contributor"
Expand Down

0 comments on commit d3ac7ad

Please sign in to comment.