Jon Steinich
Jon Steinich
> I don't know if this `Import` category is available when `terraform-cdk` builds providers, but I would guess that's the easiest way to generate documentation for this feature. It's not...
Another area of consideration is how empty a directory needs to be. See #1697.
This is pretty annoying for my local development. I'm running a local VS Code dev container via Docker Desktop and WSL2 on Windows.
I just tried running `git init` followed by `cdktf init` and didn't run into any problems. I'm wondering if there is a `README.md` file being created with a new project...
Unless there is some issue that we aren't aware of, you should have no problem running `cdktf init` in an empty directory. @ValAug can you please run `ls` in the...
What's strange is that I don't have any issues with this locally. I also can see the code which should already ignore a `.git` directory: https://github.com/hashicorp/terraform-cdk/blob/2dba175c527d30daef6d623f701a950b4350afb8/packages/cdktf-cli/bin/cmds/helper/init.ts#L37 @ValAug what OS are...
``` mkdir 1697 cd 1697 git init cdktf init ```
> Is there a possible opportunity to be able to clone a brand new repo and initiate the CDKTF project in the future without receiving the error message that I...
In that example the problem is `README.md`. Should be easy enough to add an exception for that.
#347 has some additional thoughts on this topic.