devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

Update Terraform docs (0.11.7 → 1.13.3)

Open Luis-Lpz opened this issue 2 months ago • 3 comments

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.

Luis-Lpz avatar Oct 04 '25 01:10 Luis-Lpz

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

spamguy avatar Oct 12 '25 17:10 spamguy

and ran into rate limiting almost instantly

You might want to use options[:rate_limit]

simon04 avatar Oct 19 '25 08:10 simon04

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.

spamguy avatar Oct 20 '25 19:10 spamguy