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

Required fields for a configuration object? #386

Open
kylepl opened this issue Oct 27, 2023 · 0 comments
Open

Required fields for a configuration object? #386

kylepl opened this issue Oct 27, 2023 · 0 comments

Comments

@kylepl
Copy link

kylepl commented Oct 27, 2023

Hi,

I'm new to Pulumi, and have been experimenting with this Kotlin support - it's been nice to use so far. :)

I've been musing about how to make the development loop faster, and one thing I realized is certain fields are required (e.g. the region for the k8s cluster for digital ocean: https://www.pulumi.com/registry/packages/digitalocean/api-docs/getkubernetescluster/), but the error is not returned at compile-time, only a run-time.

Is that feasible to add?

I wonder if a main issue is the Pulumi def'ns do not specify if they are required (e.g. for digital ocean k8s cluster).

Just a musing.

Kyle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants