-
Notifications
You must be signed in to change notification settings - Fork 68
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
Document the default behavior of --tf-version
and usage of Terraform binary
#324
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! 🚀
Not sure if we also want to make an official recommendation on using the latest version of Terraform for generating the docs?
I would say yes to recommending latest! For a few reasons:
- Simplicity
- Terraform 1.8 will be required for functions documentation
- This is a developer-side workflow needing Terraform, so it shouldn't be too much of a burden to use latest (rather than practitioner environments that typically need to be audited for Terraform version updates)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@austinvalle @bflad Could you update the logic to print a warning message if the local TF version is not the latest?
@andreaangiolillo thank you for the additional consideration here. I would suggest opening a feature request with what you would expect to occur and we can decide/prioritize as with any other feature request. Discussed in #286, there is the potential that
All this is likely good to discuss in a feature request though, rather than this closed pull request. Thank you. 👍 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Closes #323
Not sure if we also want to make an official recommendation on using the latest version of Terraform for generating the docs?