You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave +1 or me too comments; they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If the issue is assigned to a user, that user is claiming responsibility for the issue.
Description
We currently already auto-generate conversion code for a bunch of resources that then have to be hand-added to terraform-validator. Building on the work for #217, we should also auto-add those converters to the resource converter map.
Note: because we don't want to mass-add resources without tests, we would need to add exclude_validator to the existing resources in the relevant terraform.yaml files for now. We can then re-enable them one by one as we're able to write tests.
The text was updated successfully, but these errors were encountered:
Community Note
Description
We currently already auto-generate conversion code for a bunch of resources that then have to be hand-added to terraform-validator. Building on the work for #217, we should also auto-add those converters to the resource converter map.
Note: because we don't want to mass-add resources without tests, we would need to add
exclude_validator
to the existing resources in the relevant terraform.yaml files for now. We can then re-enable them one by one as we're able to write tests.The text was updated successfully, but these errors were encountered: