CustomResource with input kind #1115
Labels
impact/panic
This bug represents a panic or unexpected crash
kind/bug
Some behavior is incorrect or out of spec
Milestone
Problem description
When creating a
k8s.apiextensions.CustomResource
with akind
argument that is an input instead of a string pulumi crashes.Errors & Logs
Affected product version(s)
Reproducing the issue
Suggestions for a fix
Looks like the offending code is this
pulumi-kubernetes/sdk/nodejs/apiextensions/CustomResource.ts
Line 151 in 915998a
Here
kind
is expanded to an error message which is obviously an invalid module suffix.The text was updated successfully, but these errors were encountered: