Skip to content

Commit

Permalink
add client config to key vault module
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes committed Jul 17, 2024
1 parent 8ce5888 commit acd4b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/modules/key_vault/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
data "azurerm_client_config" "current" {}

# https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#security
data "azurerm_role_definition" "key_vault_administrator" {
role_definition_id = "00482a5a-887f-4fb3-b363-3b7fe8e74483"
Expand Down

0 comments on commit acd4b90

Please sign in to comment.