Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mattJsonar committed Oct 3, 2024
1 parent 824a37c commit c7cf87a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion modules/azurerm-network-security-group/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ variable "security_rules" {
source_address_prefixes = optional(list(string))
source_port_range = optional(string)
source_port_ranges = optional(list(string))

}
)
)
Expand Down
2 changes: 1 addition & 1 deletion modules/azurerm-virtual-network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "azurerm_virtual_network" "this" {
security_group = subnet.value.security_group

dynamic "delegation" {
# If delegation is not define, do not create
# If delegation is not defined, do not create
for_each = subnet.value.delegation != null ? subnet.value.delegation : []

content {
Expand Down

0 comments on commit c7cf87a

Please sign in to comment.