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

Move evaluation impl to under the terraform package #1510

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Sep 11, 2022

This is just refactoring. Previously, terraform.Evaluator was exactly the same as Terraform's, so we needed an EvaluateExpr function to wrap it.

But now terraform.Evaluator is a fork of Terraform, so we can have TFLint-specific logic (e.g. ignoring unsupported references) here. Slim down the tflint package by moving some evaluation-related implementations under the terraform package.

@wata727 wata727 force-pushed the move_eval_to_terraform branch 4 times, most recently from fec6d69 to b1c12e0 Compare September 17, 2022 14:59
@wata727 wata727 marked this pull request as ready for review September 19, 2022 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant