We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d697c6 commit 754fffcCopy full SHA for 754fffc
modules/meshcloud-replicator-service-principal/module.tf
@@ -173,12 +173,8 @@ resource "azurerm_policy_definition" "privilege_escalation_prevention" {
173
"field": "type"
174
},
175
{
176
- "allOf": [
177
- {
178
- "field": "Microsoft.Authorization/roleAssignments/principalId",
179
- "equals": "${azuread_service_principal.meshcloud_replicator.object_id}"
180
- },
181
- ]
+ "field": "Microsoft.Authorization/roleAssignments/principalId",
+ "equals": "${azuread_service_principal.meshcloud_replicator.object_id}"
182
}
183
]
184
0 commit comments