From 4010b26ba63df36ef1e881d312e460eb08f98d83 Mon Sep 17 00:00:00 2001 From: Vimukthi Perera Date: Mon, 18 Nov 2024 15:40:13 +0530 Subject: [PATCH] Follow formatting --- modules/azurerm/Cosmos-Database-Account/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/azurerm/Cosmos-Database-Account/variables.tf b/modules/azurerm/Cosmos-Database-Account/variables.tf index c7b2c21f..7da7b1e0 100644 --- a/modules/azurerm/Cosmos-Database-Account/variables.tf +++ b/modules/azurerm/Cosmos-Database-Account/variables.tf @@ -151,12 +151,12 @@ variable "ip_range_filter" { variable "network_acl_bypass_for_azure_services" { default = false - description = "If Azure services can bypass ACLs." + description = "If Azure services can bypass ACLs" type = bool } variable "network_acl_bypass_ids" { default = [] - description = "The list of resource Ids for Network ACL Bypass for this Cosmos DB account." + description = "The list of resource Ids for Network ACL Bypass for this Cosmos DB account" type = list(string) }