Hacker News new | ask | show | jobs
Show HN: Protoc-gen-gotf Terraform provider go code generator (github.com)
1 points by yogeshlor 1123 days ago
Protoc plugin that generates go code for terraform provider using protobuf messages and services.

Implements methods on generated proto message structs so they can be used as custom objects/ models in terraform blocks. If gRPC services are defined in proto files their clients can be injected to block executors

See https://github.com/travix/gotf-example a working example