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

Remove legacy module walkers #390

Merged
merged 2 commits into from
Aug 17, 2019
Merged

Remove legacy module walkers #390

merged 2 commits into from
Aug 17, 2019

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Aug 17, 2019

Fixes #385

Module walkers to walk modules initialized by older versions of Terraform remains for historical reasons, but these are not used in the correct way.

Even if a module initialized with 0.11.x is reached, the configuration file is parsed as the 0.12.x syntax, so if it is not valid syntax for either, it will return a confusing error and exit.

This pull request removes the legacy module walkers and makes it clear that 0.11.x is not supported.

@wata727 wata727 merged commit a24f779 into master Aug 17, 2019
@wata727 wata727 deleted the remove_legacy_module_walkers branch August 17, 2019 11:33
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.

syntax error reports module not found
1 participant