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

Enforce version constraints for command options #121

Open
kmoe opened this issue Jan 15, 2021 · 0 comments
Open

Enforce version constraints for command options #121

kmoe opened this issue Jan 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@kmoe
Copy link
Member

kmoe commented Jan 15, 2021

For each option, check what Terraform version it was added in, and add a tf.compatible check enforcing the minimum version. We might want a better framework for doing this than adding logic in each command, but it might not be worth doing that because option compatibility is per command, not per option, and often influences default flag behaviour (see the changes in #120 for an example).

@paultyng paultyng added the enhancement New feature or request label Jan 25, 2021
@kmoe kmoe changed the title Enforce minimum versions for command options Enforce version constraints for command options Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants