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

fix: terraform registry docs prioritize website/docs #1742

Merged
merged 2 commits into from
Mar 8, 2024

Conversation

corymhall
Copy link
Contributor

Sometimes terraform providers have both a website/docs and a docs folder. This is probably a bug with the individual provider (why would you want both?). The Terraform registry seems to prioritize the website/docs folder if it exists, so we should to.

fixes #1609

Sometimes terraform providers have both a `website/docs` and a `docs` folder. This
is probably a bug with the individual provider (why would you want
both?). The Terraform registry seems to prioritize the `website/docs`
folder if it exists, so we should to.

fixes #1609
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.19%. Comparing base (b364656) to head (a93bba1).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1742      +/-   ##
==========================================
- Coverage   59.75%   59.19%   -0.56%     
==========================================
  Files         301      308       +7     
  Lines       42046    42471     +425     
==========================================
+ Hits        25123    25142      +19     
- Misses      15490    15902     +412     
+ Partials     1433     1427       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@corymhall corymhall requested review from iwahbe and a team March 7, 2024 19:00
Copy link
Member

@iwahbe iwahbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@corymhall corymhall merged commit f3f4718 into master Mar 8, 2024
9 checks passed
@corymhall corymhall deleted the corymhall/website-docs branch March 8, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs source incorrectly when docs and website/docs are present in upstream
2 participants