From 8983dae5fef9f3c97d7c80e78ace08247921bd38 Mon Sep 17 00:00:00 2001 From: Anmol Nagpal Date: Mon, 12 Dec 2022 20:49:57 +0530 Subject: [PATCH] change name sequense --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 5f8075c..e6ea693 100644 --- a/main.tf +++ b/main.tf @@ -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