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 383d139 commit d58be63Copy full SHA for d58be63
modules/services/service-principal/main.tf
@@ -45,12 +45,12 @@ resource "azurerm_role_assignment" "sysdig_reader" {
45
# Create a Custom role for collecting authsettings
46
#---------------------------------------------------------------------------------------------
47
resource "azurerm_role_definition" "sysdig_cspm_role" {
48
- name = "sysdig-cspm-role"
+ name = "sysdig-cspm-role-${var.subscription_id}"
49
scope = data.azurerm_subscription.primary.id
50
description = "Custom role for collecting Authsettings for CIS Benchmark"
51
52
permissions {
53
- actions = [
+ actions = [
54
"Microsoft.Web/sites/config/list/action"
55
]
56
not_actions = []
0 commit comments