summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.py b/main.py
index cf04fb8..0e0ec3b 100644
--- a/main.py
+++ b/main.py
@@ -276,6 +276,8 @@ print("PHASE 3: Generating stuff")
file_loader = jinja2.FileSystemLoader("j2")
j2 = jinja2.Environment(loader=file_loader)
+# TODO: merge the dns files into the platform tf files as they are
+# one-to-one now.
with ruleset("phase-3"):
@when_all(m.type == "meta")
def ignoreMeta(c):