diff options
-rw-r--r-- | main.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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): |