Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Dec 20, 2024
1 parent f85ddc8 commit 377495a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ custom_replacements = {
dcr_defender_sql_name = "dcr-defender-sql"
dcr_vm_insights_name = "dcr-vm-insights"

# Resource names primary connectivity
# Resource names primary connectivity
primary_hub_name = "vwan-hub-$${starter_location_01}"
primary_sidecar_virtual_network_name = "vnet-sidecar-$${starter_location_01}"
primary_subnet_nva_name = "subnet-nva-$${starter_location_01}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ custom_replacements = {
*/
names = {
# Resource group names
management_resource_group_name = "rg-management-$${starter_location_01}"
connectivity_hub_primary_resource_group_name = "rg-hub-$${starter_location_01}"
dns_resource_group_name = "rg-hub-dns-$${starter_location_01}"
ddos_resource_group_name = "rg-hub-ddos-$${starter_location_01}"
asc_export_resource_group_name = "rg-asc-export-$${starter_location_01}"
management_resource_group_name = "rg-management-$${starter_location_01}"
connectivity_hub_primary_resource_group_name = "rg-hub-$${starter_location_01}"
dns_resource_group_name = "rg-hub-dns-$${starter_location_01}"
ddos_resource_group_name = "rg-hub-ddos-$${starter_location_01}"
asc_export_resource_group_name = "rg-asc-export-$${starter_location_01}"

# Resource names management
log_analytics_workspace_name = "law-management-$${starter_location_01}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ custom_replacements = {
*/
names = {
# Resource group names
management_resource_group_name = "rg-management-$${starter_location_01}"
connectivity_hub_vwan_resource_group_name = "rg-hub-vwan-$${starter_location_01}"
connectivity_hub_primary_resource_group_name = "rg-hub-$${starter_location_01}"
dns_resource_group_name = "rg-hub-dns-$${starter_location_01}"
ddos_resource_group_name = "rg-hub-ddos-$${starter_location_01}"
asc_export_resource_group_name = "rg-asc-export-$${starter_location_01}"
management_resource_group_name = "rg-management-$${starter_location_01}"
connectivity_hub_vwan_resource_group_name = "rg-hub-vwan-$${starter_location_01}"
connectivity_hub_primary_resource_group_name = "rg-hub-$${starter_location_01}"
dns_resource_group_name = "rg-hub-dns-$${starter_location_01}"
ddos_resource_group_name = "rg-hub-ddos-$${starter_location_01}"
asc_export_resource_group_name = "rg-asc-export-$${starter_location_01}"

# Resource names
log_analytics_workspace_name = "law-management-$${starter_location_01}"
Expand Down

0 comments on commit 377495a

Please sign in to comment.