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
Community Note
Description
The return type for
addProvider()
withinTerraformModule
isvoid
: https://github.com/hashicorp/terraform-cdk/blob/2baf75f53b99e68cf53061a73ad6bd5aa69f02be/packages/cdktf/lib/terraform-module.ts#L62This request is to return
this
, with typethis
:in order to allow for convenient method chaining: