Skip to content

Commit

Permalink
Try new keyvault name
Browse files Browse the repository at this point in the history
  • Loading branch information
russdaygh committed Apr 23, 2024
1 parent f469451 commit 1cad88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/keyvault.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
data "azurerm_client_config" "current" {}

resource "azurerm_key_vault" "key_vault" {
name = "${local.resource_prefix}-secrets-keyvault"
name = "${local.resource_prefix}-secrets-kv"
location = azurerm_resource_group.rg.location
resource_group_name = azurerm_resource_group.rg.name
enabled_for_disk_encryption = true
Expand Down

0 comments on commit 1cad88b

Please sign in to comment.