mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
terraform: comments
This commit is contained in:
parent
333ad153d0
commit
3b3ea2944c
@ -11,6 +11,9 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
// The format byte is prefixed into the diff file format so that we have
|
||||
// the ability in the future to change the file format if we want for any
|
||||
// reason.
|
||||
const diffFormatByte byte = 1
|
||||
|
||||
// Diff tracks the differences between resources to apply.
|
||||
|
Loading…
Reference in New Issue
Block a user