From 8beb8375d419f6807797232b73eceae791e2d7ce Mon Sep 17 00:00:00 2001 From: SazniMohamed <77765259+SazniMohamed@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:50:52 +0530 Subject: [PATCH] Update route_table_abbreviation default value for Bastion Internal --- modules/azurerm/Bastion-Internal/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/azurerm/Bastion-Internal/variables.tf b/modules/azurerm/Bastion-Internal/variables.tf index e17ad3a4..50f52b44 100644 --- a/modules/azurerm/Bastion-Internal/variables.tf +++ b/modules/azurerm/Bastion-Internal/variables.tf @@ -248,7 +248,7 @@ variable "subnet_abbreviation" { variable "route_table_abbreviation" { description = "The abbreviation of the resource name." type = string - default = "route" + default = "route-bastion" } variable "nsg_abbreviation" {