Skip to content

Commit 0275df0

Browse files
author
radomarina
committed
feat: 1.5.0
1 parent 2db5203 commit 0275df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permission.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ data "azurerm_role_definition" "StorageBlobDataReader" {
7979
resource "azurerm_role_assignment" "Firefly-BlobReader-StateFiles" {
8080
principal_id = azuread_service_principal.current.object_id
8181
role_definition_name = data.azurerm_role_definition.StorageBlobDataReader.name
82-
scope = local.scope
82+
scope = "/subscriptions/${var.subscription_id}"
8383
condition_version = "2.0"
8484
condition = <<-EOT
8585
(

0 commit comments

Comments
 (0)