gravitational / protoc-gen-terraform

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

Update tf plugin framework to 0.14 #25

Closed marcoandredinis closed 1 year ago

marcoandredinis commented 2 years ago

Version 0.11.0 had some breaking changes that affected us. Mostly moving structs and interfaces to sibling packages

tcsc commented 2 years ago

Question: Does this leave us open to schema version/migration issues when someone updates the terraform provider?

marcoandredinis commented 2 years ago

Question: Does this leave us open to schema version/migration issues when someone updates the terraform provider?

We are updating minor versions of the helper libs. I don't expect this to break anything, however I'll test this when teleport-plugins moves to 1.5.0 (this PR)

Meanwhile, I updated the lib's version to its latest: 0.14