Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Fix schema generation when run under path with dots by @tie in #3968
- Include API Version in input/state by @EronWright in #4015
- Generate a default API versions only schema and use it for sdkgen in version 3+ by @thomas11 in #4016
- Add Parameterize to generate an SDK for a specific API version by @thomas11 in #4010
- Only initialize custom resources if provider is not parameterized by @thomas11 in #4030
- Support static website Read() from id in addition to state to enable import by @thomas11 in #4035
- Update
$ref
references in metadata when parameterizing by @thomas11 in #4031 - Add an integration test for parameterization and moving from default resource to parameterized by @thomas11 in #4032
New Contributors
Full Changelog: v2.89.1...v2.89.2