terraform-cdk icon indicating copy to clipboard operation
terraform-cdk copied to clipboard

Convert: Some types are typed as `unknown` internally

Open DanielMSchmidt opened this issue 2 years ago • 0 comments
trafficstars

Description

export type TerraformResourceBlock = unknown; leads to uncertainty within converts code base, we should improve the type.

References

No response

Help Wanted

  • [ ] I'm interested in contributing a fix myself

Community Note

  • 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 other comments that do not add relevant new information or questions, 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

DanielMSchmidt avatar Jul 05 '23 07:07 DanielMSchmidt