We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
myhau
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: