Cdktf google-beta provider as maven package

Hi all,

is the cdktf google-beta provider somewhere as maven package available?

Adding the google-beta source files via cdktf get makes the development process and CI/CD pipelines slower (e.g. we always run clean and get before running validations) and it requires changes to the configuration of our code formatted and code quality scanner.

Also it feels incorrect to load some dependencies via maven and other via cdktf.

Thanks for your help!

Hi @kiyo
It is not yet available as a pre-built package, but I added a PR to change that.
I’ll report back here as soon as it is merged and released.

Also it feels incorrect to load some dependencies via maven and other via cdktf.

Yeah, it might feel like that, but it is not incorrect :slight_smile: That’s the way to go for providers that don’t have a pre-built package yet or ones that are private (which is rare, but exists at some companies).

Great thanks for the fast help!

And compliments on your awesome products :smiley:

Thanks!

The first version is out: Release v0.0.0 · hashicorp/cdktf-provider-googlebeta · GitHub

For Maven it is already published (see here) but I don’t know when it turns up in the index (there must be some kind of sync going on).