Skip to content

Commit

Permalink
feature: Latest changes from likvid-cloudfoundation prod branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and florianow committed Apr 12, 2024
1 parent 41798d1 commit 3f1cdf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kit/azure/bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ resource "azurerm_role_definition" "cloudfoundation_deploy" {
"Microsoft.Subscription/aliases/write",
"Microsoft.Subscription/aliases/delete",

# read write delete budget alerts
"Microsoft.Consumption/budgets/read",
"Microsoft.Consumption/budgets/write",
"Microsoft.Consumption/budgets/delete",

# Permission we need to activate/register required Resource Providers
"*/register/action"
]
Expand Down

0 comments on commit 3f1cdf3

Please sign in to comment.