Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
patrik-pa4k committed Dec 17, 2024
1 parent 01e8f52 commit c217cd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/azure/api_management_api/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ resource "azurerm_api_management_api_policy" "api_policy" {
%{if length(var.role_assignments) > 0}
<claim name="roles" match="any">
%{
for role in var.role_assignments
}
for role in var.role_assignments
}
<value>${role}</value>
%{
endfor
}
endfor
}
</claim>
%{endif}
</required-claims>
Expand Down

0 comments on commit c217cd8

Please sign in to comment.