You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to set a default value for an integer input in a YAML component. I have
rsaBits:
type: integerdefault: 2048
failing with
yaml-components:index:SelfSignedCertificate resource 'mycert' has a problem: PulumiPlugin.yaml:18,7-14: type mismatch: default value of type number but type integer was specified;
changing to type: number fails with unknown type: number.
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
I want to set a default value for an integer input in a YAML component. I have
failing with
changing to
type: number
fails withunknown type: number
.Example
Output of
pulumi about
3.157.0
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: