Skip to content

Commit b12ac58

Browse files
Update main.tf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: payasam-raghuramakrishna-nttd <340229@nttdata.com>
1 parent 35adc68 commit b12ac58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

main.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,11 @@ resource "azurerm_private_dns_zone" "private_zone" {
349349
}
350350
}
351351

352-
tags = var.tags
352+
tags = merge(local.tags, var.soa_record.tags)
353+
}
354+
}
355+
356+
tags = local.tags
353357

354358
}
355359

0 commit comments

Comments
 (0)