ductone / protoc-gen-apigw

Apache License 2.0
10 stars 2 forks source link

Adds ability to generate terraform specific speakeasy tags in the openAPI yaml #22

Closed mstanbCO closed 1 year ago

mstanbCO commented 1 year ago

This PR adds the ability to specify Terraform options on proto messages and methods. This allows us to generate x-speakeasy-entity and x-speakeasy-entity-operation tags in the openAPI.yaml file. These tags allow us to generate a Terraform provider with Speakeasy.

This PR also adds support for specifying if a proto field should be required or not.