Skip to content

Commit

Permalink
Follow formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
VimukthiPerera authored and Vimukthi Perera committed Nov 18, 2024
1 parent b1f1c41 commit 4010b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/azurerm/Cosmos-Database-Account/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 4010b26

Please sign in to comment.