provider add: unable to add aws provider due to tree too large #3358
Labels
bug
Something isn't working
confirmed
independently reproduced by an engineer on the team
language/golang
pre-built providers
Issues around pre-built providers managed at https://github.com/hashicorp/cdktf-repository-manager
priority/important-soon
High priority, to be worked on as part of our current release or the following one.
provider/aws
Issue shows up using AWS provider
Expected Behavior
Able to add
aws
provider to my project and start crafting stacksActual Behavior
cdktf provider add aws
fails withmodule source tree too large
. I downloaded the zip file myself through github ui and after unpacking it found this:provider add
execution output:Steps to Reproduce
just run
cdktf provider add aws
, I triedv18.2.0
and18.1.0
Versions
v18.2.0
Providers
I am trying to add my first provider
Gist
No response
Possible Solutions
In the thread linked below, they discuss about the
docs
folder being bundled together, and i can confirm, this folder is1.1G
large for the go provider.#2829
Workarounds
No response
Anything Else?
No response
References
#2829
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: