gravitational / protoc-gen-terraform

Generates Terraform provider schemas and unmarshallers from protobuf definitions
Apache License 2.0
17 stars 5 forks source link

Add custom_types config parameter #36

Closed hugoShaka closed 1 year ago

hugoShaka commented 1 year ago

Adds a custom_type configuration knob used by the PR https://github.com/gravitational/teleport-plugins/pull/916

This allows to override types without specifying "gogoproto.customtype" (we don't use gogoproto anymore for the new types).