Provider: Removes run-time validation for Framework-based resource types#47750
Provider: Removes run-time validation for Framework-based resource types#47750
Conversation
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
There was a problem hiding this comment.
Plus add new target to docs/makefile-cheat-sheet.md.
|
Warning This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
Description
Removes run-time validation for Framework-based resource types and adds validation step to Makefile directives.
Will reduce memory usage when initializing the provider. Only the schemas for resource types that are used in the configuration should be allocated.
Relates: #47003