summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-12-29 21:08:05 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2020-12-29 21:08:05 +0100
commit6a10fd73be659d9f115ccd0ffdd9098145e1e54d (patch)
treee6aed9f4514247db81c33262e92ef89dc7262027
parente27264ff17bc102143a631495be86798a53cf6ca (diff)
downloadrules-sandbox-6a10fd73be659d9f115ccd0ffdd9098145e1e54d.tar.gz
rules-sandbox-6a10fd73be659d9f115ccd0ffdd9098145e1e54d.tar.bz2
rules-sandbox-6a10fd73be659d9f115ccd0ffdd9098145e1e54d.tar.xz
rules-sandbox-6a10fd73be659d9f115ccd0ffdd9098145e1e54d.zip
Adding TODO.
-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):