File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ resource "azurerm_role_assignment" "FireflyStorageAccountBlobReader" {
76
76
provider = azurerm. deployment_subscription
77
77
78
78
principal_id = azuread_service_principal. current . id
79
- role_definition_name = azurerm_role_definition. FireflyStorageAccountBlobReader [ 0 ] . name
79
+ role_definition_name = azurerm_role_definition. FireflyStorageAccountBlobReader . name
80
80
scope = " /subscriptions/${ var . subscription_id } "
81
81
condition_version = " 2.0"
82
82
condition = <<- EOT
Original file line number Diff line number Diff line change 1
1
output "filtered_subscriptions" {
2
- value = var . eventdriven_auto_discover ? local. kv_filtered_subscriptions : {}
2
+ value = local. kv_filtered_subscriptions
3
3
}
4
4
5
5
output "firefly_service_principal_id" {
You can’t perform that action at this time.
0 commit comments