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
The go provider library does not require a schema as all necessary info is expressed via code. However, publishing to the Pulumi registry requires adding an entry with a pointer to the provider's schema.json file:
Not sure if there is a better way, but I went ahead and just added a make target that builds the binary, then uses pulumi package get-schema with the newly built provider binary to generate the schema:
The go provider library does not require a schema as all necessary info is expressed via code. However, publishing to the Pulumi registry requires adding an entry with a pointer to the provider's schema.json file:
Not sure how to follow the docs on publishing to registry without a schema file in my provider that was generated from this boilerplate.
The text was updated successfully, but these errors were encountered: