mirror of https://github.com/hashicorp/terraform
The Go package containing the generated stubs for the plan file format's protobuf messages was previously nestled as an internal package under "plans", making it importable only for source files under "plans". To avoid duplicating various message types into the new "stack plan" serialization, we'll now make this package internal to the whole of this codebase rather than just to "plans", and then have the stack data protocol buffers schema import it to reuse the same message types.pull/34738/head
parent
d857c75e33
commit
9942deded1
Loading…
Reference in new issue