Daniel Schmidt
Daniel Schmidt
Hi there, Could you specify the "bad syntax" part? Wrapping this property in quotes is not necessary, but I checked the snippet and it's definitely valid.
In general this should / can only happen if a [token](https://developer.hashicorp.com/terraform/cdktf/concepts/tokens) created in one stack is being used in another one. The example is too small / not complete enough...
> I would suggest to avoid automatic detection based on assumptions and add a packageManager parameter to cdktf.json. I would fear this adding a point of confusion since it is...
Hey, could you tell us a bit more about your setup? I'm a bit confused why there is a package.json in the golang project.
I'd be okay with throwing an error if the type is not specified if a token is passed. Seems like a good trade-off to me.
Hey, good point, if you got the capacity we'd love to receive a PR on this topic. [This section](https://github.com/hashicorp/terraform-cdk/blob/main/packages/cdktf-cli/src/bin/cmds/helper/init.ts#L176C28-L202) is what is used for the project conversion :)
If you feel strongly about keeping the terraform naming conventions in place in your CDKTF application you can extend the existing resources: ```ts import { S3Bucket, S3BucketConfig } from "./.gen/providers/aws/s3-bucket"...
Hey, could you try to run this outside of python through CDKTF CLI and see if the problem persists? We are using the [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) API under the hood and are...
The state file is managed by terraform directly, I think it's most likely somewhere in terraform.
Hey, would you be so kind to create a minimal example for this? The tests we have for this behaviour work just fine so we must be missing a detail...