chore: cleanup code

This commit is contained in:
Jan-Ole Hübner 2025-02-03 10:42:25 +01:00
parent 04f2c71c6d
commit 1b03d83ff2

View file

@ -1,7 +1,7 @@
locals {
api = yamldecode(file("${path.module}/auth.yaml"))
zones = yamldecode(file("${path.module}/zones.yaml"))
api = yamldecode(file("${path.module}/auth.yaml"))
zones = yamldecode(file("${path.module}/zones.yaml"))
zone_data = flatten([
for zone_name, records in local.zones : [