Skip to content

Commit

Permalink
Remove service principal.
Browse files Browse the repository at this point in the history
  • Loading branch information
desyco committed Jul 25, 2024
1 parent 34f55af commit 1e329ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/keyvault/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
data "azurerm_client_config" "current" {}

data "azuread_service_principal" "keyvault" {
display_name = "keyvault"
}

resource "azurerm_key_vault" "keyvault" {
name = var.key_vault_name
Expand Down

0 comments on commit 1e329ae

Please sign in to comment.