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 2db5203 commit 0275df0Copy full SHA for 0275df0
permission.tf
@@ -79,7 +79,7 @@ data "azurerm_role_definition" "StorageBlobDataReader" {
79
resource "azurerm_role_assignment" "Firefly-BlobReader-StateFiles" {
80
principal_id = azuread_service_principal.current.object_id
81
role_definition_name = data.azurerm_role_definition.StorageBlobDataReader.name
82
- scope = local.scope
+ scope = "/subscriptions/${var.subscription_id}"
83
condition_version = "2.0"
84
condition = <<-EOT
85
(
0 commit comments