terraform/plans/internal/planproto
Martin Atkins ec57927ea3 build: Take protoc out of the "go generate" path
Since protoc is not go-gettable, and most development tasks in Terraform
won't involve recompiling protoc files anyway, we'll use a separate
mechanism for these.

This way "go generate" only depends on things we can "go get" in the
"make tools" target.

In a later commit we should also in some way specify a particular version
of protoc to use so that we don't get "flapping" regenerations as
developers work with different versions, but the priority here is just to
make "make generate" minimally usable again to restore the dev workflow
documented in the README.

This also includes some updates that resulted from running "make generate"
and "make protobuf" after those Makefile changes were in place.
2018-10-18 10:39:20 -07:00
..
doc.go plans/planfile: Reading and writing the new plan format 2018-10-16 18:50:29 -07:00
generate.sh build: Take protoc out of the "go generate" path 2018-10-18 10:39:20 -07:00
planfile.pb.go core: Handle forced-create_before_destroy during the plan walk 2018-10-16 19:14:11 -07:00
planfile.proto core: Handle forced-create_before_destroy during the plan walk 2018-10-16 19:14:11 -07:00