chore: cleanup code
This commit is contained in:
parent
04f2c71c6d
commit
1b03d83ff2
1 changed files with 2 additions and 2 deletions
4
main.tf
4
main.tf
|
@ -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 : [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue