Skip to content

Commit

Permalink
Merge pull request #1 from clouddrove/1.0.0
Browse files Browse the repository at this point in the history
change name sequense
  • Loading branch information
anmolnagpal authored Dec 12, 2022
2 parents df9d399 + 8983dae commit 0fa9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "labels" {


resource "azurerm_key_vault" "key_vault" {
name = format("kv-%s", module.labels.id)
name = format("%s-kv", module.labels.id)
location = local.location
resource_group_name = local.resource_group_name
enabled_for_disk_encryption = var.enabled_for_disk_encryption
Expand Down

0 comments on commit 0fa9298

Please sign in to comment.