Skip to content

Commit

Permalink
fix: terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro_velychko3 committed Apr 12, 2023
1 parent e7402be commit e122981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
prefix = length(var.prefix) == 0 ? "" : "${var.prefix}"
prefix = length(var.prefix) == 0 ? "" : var.prefix
private_dns_zone_vnet_link = var.custom_dns_zone_vnet_link_name == null ? "link-${local.prefix}" : "${local.prefix}-${var.custom_dns_zone_vnet_link_name}"
}

Expand Down

0 comments on commit e122981

Please sign in to comment.