Ansgar Mertens
Ansgar Mertens
Hi @RomainMuller! Sure! Here you go: https://github.com/ansgarm/jsii-namespace-peer-deps > Have you tried > ```export * as EKS from './EKS';``` Just tried it. Works, but is a bit less ideal due to...
I'd need to check – but I think we can close this one. All our issues that linked to this are closed by now, too. So if we revisit (i.e....
Thanks! I was able to work around the issue with the missing defaults. However the second issue is a blocking one (which I can only work around by using the...
Hi @cwiggs 👋 Thanks for reporting this! The tutorials for HashiCorp Learn are closed source, but I put in a fix PR for the Go imports 👍 To clarify the...
Hi 👋 Since this issue was posted, we have made pre-built providers available: https://cdk.tf/prebuilt-providers We also improved the performance of `cdktf get` in separate (recent) releases which is why I'll...
(converted to draft to not accidentally merge it before we're ready to release a next major version; as this can't be released as patch)
Hi @elduddz 👋 It seems that the Go package for the azurerm pre-built provider [failed to be released due to an out of memory error](https://github.com/hashicorp/cdktf-provider-azurerm/runs/7663450333?check_suite_focus=true) for version 2.0.10. And we...
Hi @alansikora, does generating bindings for another provider work? For example for `hashicorp/null@~> 3.1.0` instead of the AWS provider? Or does this produce the same error?
Did `cdktf get` stop with any error for you? It is known that generating bindings for the AWS provider takes a substantial amount of time, especially for Golang. How long...
Hi @lossanarch! Regarding re-generation of existing bindings there is this open issue: https://github.com/hashicorp/terraform-cdk/issues/578, feel free to add a 👍 if you haven't already. Provider generation relies on [JSII](https://github.com/aws/jsii) that's why...