Daniel Schmidt

Results 168 comments of Daniel Schmidt

We now have some documentation around how to refactor in cdktf: https://developer.hashicorp.com/terraform/cdktf/examples-and-guides/refactoring We still have no support for move blocks yet, but we are open to PRs on that topic...

This seems to be fixed, I tried it in `0.20.1`, convert gave me ```python from constructs import Construct # # Provider bindings are generated by running `cdktf get`. # See...

We also recently published some docs around refactoring. If you move constructs between stacks you also need to import, maybe it is helpful to anyone reading this: https://developer.hashicorp.com/terraform/cdktf/examples-and-guides/refactoring

Hey @mackignacio, just FYI, we merged https://github.com/hashicorp/terraform-cdk/pull/2972 now that includes import functionality. We are soon releasing a new cdktf version, so we hope you'll find it useful (or that your...

I rebased this and ran it with the newest jsii-rosetta release, but there are still `#error#.NewKmsKey` fragments in the translated code. Edit: The merged PR in JSII did not make...

It was essentially that, I added no proxy configuration, so basically ```js otherApp.use(proxy(host)) ```

Waiting for openzipkin/zipkin-js#156 to be merged

The example needs to be rewritten to account for local spans

Possible fix: https://github.com/aws/jsii-rosetta/pull/222/files

The page looks correct to me, can you clarify what is missing?