Update Terraform docs (0.11.7 → 1.13.3)
Update Terraform docs (0.11.7 → 1.13.3)
Summary
Terraform documentation in DevDocs is outdated.
Currently it shows version 0.11.7, while the latest stable release is 1.13.3.
Actual style
DevDocs Terraform docset:
https://devdocs.io/terraform/
It only includes Terraform 0.11.7 docs.
Expected style
Latest Terraform docs (1.13.3) from HashiCorp:
https://developer.hashicorp.com/terraform/docs
Please update the Terraform docset to the latest version.
I gave a go at this and ran into rate limiting almost instantly through UrlScraper:
Queue: developer.hashicorp.com/terraform/language
ERROR:
https://developer.hashicorp.com/terraform/language
RuntimeError: Error status code (429): No error
https://developer.hashicorp.com/terraform/language
cache-control":"private, no-store, max-age=0","content-type":"text/html; charset=utf-8","server":"Vercel","x-vercel-challenge-token":"2.1760290904.60.Mz...","x-vercel-id":"sfo1::17...","x-vercel-mitigated":"challenge","date":"Sun, 12 Oct 2025 17:41:44 GMT
and ran into rate limiting almost instantly
You might want to use options[:rate_limit]
Good to know. Unfortunately that didn't help, even with a value of 1. Either it knows how to sniff our URL scraper, or the process, which I rebuilt from the ground up, is altogether misconfigured.