terraform/states/statefile
Martin Atkins fb57801dfe states: object Private data is []byte, not cty.Value
We're going to allow the provider to encode whatever it wants in here, so
a provider can use whatever is most convenient for its implementation
language and to avoid some of the bugs we saw with the prior model where
the forced round-trip through JSON and back into interface{} would cause
some loss of fidelity, leading to bugs.
2018-10-16 19:11:09 -07:00
..
testdata/roundtrip states: object Private data is []byte, not cty.Value 2018-10-16 19:11:09 -07:00
diagnostics.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00
doc.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00
file.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
marshal_equal.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00
read.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00
roundtrip_test.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00
version0.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00
version1.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00
version1_upgrade.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00
version2.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00
version2_upgrade.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00
version3.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00
version3_upgrade.go states: object Private data is []byte, not cty.Value 2018-10-16 19:11:09 -07:00
version4.go states: object Private data is []byte, not cty.Value 2018-10-16 19:11:09 -07:00
write.go statefile: New package for loading and saving state files 2018-10-16 18:49:20 -07:00