You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In de828cd we added any and all built-in functions. This broke the
example policy in the terraform tutorial that was expecting "all" to be
a variable. We fix this by replacing the unification expressions ("=")
with assignments (":=").
Fixesopen-policy-agent#888
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
In de828cd we added any and all built-in functions. This broke the
example policy in the terraform tutorial that was expecting "all" to be
a variable. We fix this by replacing the unification expressions ("=")
with assignments (":=").
Fixes#888
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
The policy in the Terraform tutorial is triggering incorrect type errors.
Running OPA against the first policy from the tutorial yields the following:
The text was updated successfully, but these errors were encountered: