Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix terraform tutorial type check errors #889

Merged
merged 1 commit into from
Aug 16, 2018

Conversation

tsandall
Copy link
Member

@tsandall tsandall commented Aug 16, 2018

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

@tsandall tsandall force-pushed the fix-terraform-tutorial branch from 24a6703 to e371e00 Compare August 16, 2018 00:51
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>
@tsandall tsandall force-pushed the fix-terraform-tutorial branch from e371e00 to f5b7776 Compare August 16, 2018 14:52
@tsandall tsandall merged commit ff389cd into open-policy-agent:master Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected type errors in Terraform tutorial
1 participant