Hi,
I’m trying to figure out how to set up cdktf with TFC where I can get TFC to run the speculative plans in my PRs in Github.
I noticed after I configure the backend, TFC is unable to locate the working directory and from my understanding the working directory which is cdktf.out shouldn’t be committed as it is part of the gitignore file. Is there anyway to get this to work? I am assuming TFC doesn’t work with CDKTF natively but I might be wrong. I have tried following documentation but the working directory seems to be hard to figure out.
Thank you!