fugue / fregot

Fugue Rego Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`import input` not recognized

kmcquade opened this issue · comments

Fregot should allow import input as blah, not just import data.blah

fregot (fatal parse error):
  "policy/exception_logic_test.rego" (line 6, column 8):
  parse failed:

    6| import input as tfplan
              ^

  unexpected input (imports should start with `data.`)

Should be fixed in v0.4.4 -- please let me know if that's not the case.