terraform-cdk: Cdktf get: Cannot read property 'dots' of undefined

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

cdktf & Language Versions

    "cdktf": "^0.6.3",
    "constructs": "^10.0.5"
    "cdktf-cli": "^0.6.3",
Node.js v14.17.6

Affected Resource(s)

cdktf get - step

Debug Output

https://gist.github.com/dzirg44/0d3d67950620e701e11b25c17be90064

Expected Behavior

Get required providers/modules

Actual Behavior

Error

Steps to Reproduce

npx cdktf-cli init --local --template=typescript
npm install @cdktf/provider-aws
npm install -D cdktf-cli
npm run get

Important Factoids

I use Fedora 34

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 3
  • Comments: 15 (8 by maintainers)

Commits related to this issue

Most upvoted comments

Oh, sounds like something else – feel free to file an issue either way. Even if you encounter that there was some kind of loop in your code or so. So that we can see whether we could’ve prevented it somehow 🕵️