Files
opentf/state/remote
James Bardin 32ae05c342 fix strict remote.State lineage check
We can't check lineage in the remote state instance, because we may need
to overwrite a state with a new lineage. Whil it's tempting to add an
optional interface for this, like OverwriteState(), optional interfaces
are never _really_ optional, and will have to be implemented by any
wrapper types as well.

Another solution may be to add a State.Supersedes field to indicate that
we intend to replace an existing state, but that may not be worth the
extra check either.
2017-08-01 19:34:22 -04:00
..
2015-10-18 23:24:55 +02:00
2015-10-22 14:23:59 -04:00
2016-09-14 20:44:52 +01:00
2017-02-15 14:41:55 -05:00
2017-05-25 11:20:52 -04:00
2017-08-01 19:34:22 -04:00