Skip to content

Commit

Permalink
testing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Thornton committed Mar 22, 2024
1 parent b193233 commit bbae004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terraform-AZURE-Services-Creation/AKS/managed_identity.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "azurerm_federated_identity_credential" "alb_federated_identity" {
subject = "system:serviceaccount:azure-alb-system:alb-controller-sa"

depends_on = [
azurerm_user_assigned_identity.example,
azurerm_user_assigned_identity.alb_identity,
azurerm_kubernetes_cluster.k8s

]
Expand Down

0 comments on commit bbae004

Please sign in to comment.