Document the default behavior of --tf-version and usage of Terraform binary#324
Document the default behavior of --tf-version and usage of Terraform binary#324austinvalle merged 2 commits intomainfrom
--tf-version and usage of Terraform binary#324Conversation
bflad
left a comment
There was a problem hiding this comment.
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)
andreaangiolillo
left a comment
There was a problem hiding this comment.
@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?