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.
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 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).