forked from open-policy-agent/opa
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix terraform tutorial type check errors
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 open-policy-agent#888 Signed-off-by: Torin Sandall <torinsandall@gmail.com>
- Loading branch information
Showing
1 changed file
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters