Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please create a Terraform CDK provider for Aiven #971

Open
markl11 opened this issue Nov 23, 2022 · 1 comment
Open

Please create a Terraform CDK provider for Aiven #971

markl11 opened this issue Nov 23, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@markl11
Copy link

markl11 commented Nov 23, 2022

What is currently missing?

There is currently no Terraform CDK provider for Aiven:

https://github.com/orgs/cdktf/repositories?q=cdktf-provider-

How could this be improved?

There is no CDK provider so anything would be an improvement!

@xiehan
Copy link

xiehan commented Jan 10, 2023

Hi @markl11! The link you provided is to CDKTF's pre-built providers. The good news is that pre-built providers have always been a totally optional performance optimization, and you can still use CDKTF with any provider available on the Terraform Registry, including Aiven! The only difference is that you need to use "cdktf get" to generate the provider bindings locally; you can find documentation on how to do so here: https://developer.hashicorp.com/terraform/cdktf/concepts/providers#add-provider-to-cdktf-json or just run the command cdktf provider add aiven/aiven and it'll generate the provider bindings for you locally and allow you to use this provider in your project.

Hope that makes sense; let me know if any of this is unclear and I'll do my best to explain further!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants