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
Given that it seems that you are trying to add new parameters for the resources your best bet would be to contribute them to the terraform provider and we will inherit them in the pulumi provider with the next release!
Hi!
For example, I want to add some new fields to the schema.
Forking the repo
Update schema.json
Update bridge-metadata.json
run
And now all my changes are in schema.json is being droped.
Yes, i can use something like
But it seems that this is the wrong way.
5. Also run
but no new fields in
./pulumi-resource-rancher2 -get-provider-info
outputHow can I make changes and test the plugin locally before creating a pull request?
The text was updated successfully, but these errors were encountered: