Skip to content

Commit

Permalink
tf fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankf committed Nov 25, 2024
1 parent 14621c5 commit a1bf447
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions variables.security.tf
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ variable "default_rules" {
source_port_range = "*"
}
}
nullable = false
nullable = false
description = <<DESCRIPTION
A map of default security rules to be created in **every** Network Security Group, except if you specificy "network_security_group_config -> Azure default" in the subnet configuration.
but of course, you can override these defaults by specifying the same rule in a new `default_rules` map.
Expand Down Expand Up @@ -332,7 +332,7 @@ variable "azure_bastion_security_rules" {
source_port_range = "*"
}
}
nullable = false
nullable = false
description = <<DESCRIPTION
A map of security rules to be created in the AzureBastionSubnet Network Security Group. The key of the map is the name of the security rule.
This Map contains the required rules for the Azure Bastion Subnet. These rules are required for the Azure Bastion service to work properly.
Expand Down
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ variable "private_dns" {
zone_link_name = optional(string)
resource_group_name = optional(string)
}))
default = null
default = null
description = <<DESCRIPTION
This object describes the private DNS configuration for the virtual network.
Expand Down Expand Up @@ -232,8 +232,8 @@ variable "public_ip" {
sku_tier = optional(string, "Regional")
zones = optional(list(string))
})
default = {}
nullable = true
default = {}
nullable = true
description = <<DESCRIPTION
This object describes the public IP configuration when creating a public IP.
Its is preconfigured by the Nat Gateway.
Expand Down

0 comments on commit a1bf447

Please sign in to comment.