Skip to content

Commit e122981

Browse files
author
dmytro_velychko3
committed
fix: terraform fmt
1 parent e7402be commit e122981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
prefix = length(var.prefix) == 0 ? "" : "${var.prefix}"
2+
prefix = length(var.prefix) == 0 ? "" : var.prefix
33
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}"
44
}
55

0 commit comments

Comments
 (0)