Regenerate and extend the Laravel Forge Terraform provider from its OpenAPI document. Use this whenever the Forge API changes, the `docs.openapi.json` spec is refreshed, a new Forge resource needs a Terraform resource, or generated schemas/CRUD need to be rebuilt — even if the request is phrased as "the Forge API added X", "regenerate the provider", "the spec changed", or "add a <thing> resource". It encodes the spec-preprocessing rules, the CRUD implementation pattern, live validation against Forge, and the CI specifics that this repo depends on, so the work is repeatable instead of rediscovered.
2026-06-25