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

Missing provider configuration options in cdktf #27

Open
braunsonm opened this issue May 30, 2022 · 0 comments
Open

Missing provider configuration options in cdktf #27

braunsonm opened this issue May 30, 2022 · 0 comments
Labels
bug This issue describes a defect or unexpected behavior carvel-triage This issue has not yet been reviewed for validity

Comments

@braunsonm
Copy link

What steps did you take:

  1. Create a new cdktf project
  2. Import the provider in your cdktf.json
  "terraformProviders": [
    "vmware-tanzu/[email protected]"
  ]
  1. Generate the classes using cdktf get
  2. Try to use the provider and configure the kapp properties. Or look in .gen/providers/carvel/carvel-provider.ts all of the kapp options are missing

What happened:
CDKTF is unable to generate the configuration for the provider, seemingly due to an issue with how this provider handles its configuration.

What did you expect:
The provider config should be generated.

Anything else you would like to add:
This is the only provider I have had an issue with in cdktf. All other third party providers work fine.

@braunsonm braunsonm added bug This issue describes a defect or unexpected behavior carvel-triage This issue has not yet been reviewed for validity labels May 30, 2022
@aaronshurley aaronshurley moved this to To Triage in Carvel Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue describes a defect or unexpected behavior carvel-triage This issue has not yet been reviewed for validity
Projects
None yet
Development

No branches or pull requests

1 participant