Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Sep 26, 2024
1 parent 5a5d3d7 commit d8fd42c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/complete_multi_region/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ locals {
zones = try([for zone in region.availabilityZoneMappings : zone.logicalZone], [])
} if region.metadata.regionType == "Physical"
}
}
}
2 changes: 1 addition & 1 deletion templates/complete_multi_region/locals-private-dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ locals {
zone_name = "privatelink.{regionCode}.backup.windowsazure.com"
}
}
}
}
2 changes: 1 addition & 1 deletion templates/complete_multi_region/locals-virtual-wan.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ locals {
firewall_policy_id = module.firewall_policy[key].resource_id
tags = try(value.tags, null)
} }
}
}
2 changes: 1 addition & 1 deletion templates/complete_multi_region/management-groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ module "management_groups" {
azurerm.connectivity = azurerm.connectivity
azurerm.management = azurerm.management
}
}
}

0 comments on commit d8fd42c

Please sign in to comment.