terraform/tools
Martin Atkins f9317731e9 tfstackdata1: Protobuf schema for stack plan and state serialization
This represents our _internal_ plan and state formats, which are private
to Terraform Core so that we can evolve them over time without needing to
coordinate with other systems.

The plan parts of this are the stack-specific container messages around
the existing "tfplan" proto schema that traditional Terraform uses for
saved plan files.

The state parts of this are really just stubs since we're not really
dealing with state just yet, but they're here to illustrate where we
intend to expand in future commits when we start implementing the apply
phase and the ability to plan based on a prior state.
2023-11-15 12:38:52 -08:00
..
loggraphdiff Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
protobuf-compile tfstackdata1: Protobuf schema for stack plan and state serialization 2023-11-15 12:38:52 -08:00
terraform-bundle An extra note about terraform-bundle with Terraform Enterprise 2021-06-10 11:24:06 -07:00
tools.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00