terraform/states
Alisdair McDiarmid dc2e7520e5 states: Disable Terraform version check
For this version of Terraform and forward, we no longer refuse to read
compatible state files written by future versions of Terraform. This is
a commitment that any changes to the semantics or format of the state
file after this commit will require a new state file version 5.

The result of this is that users of this Terraform version will be able
to share remote state with users of future versions, and all users will
be able to read and write state. This will be true until the next major
state file version is required.

This does not affect users of previous versions of Terraform, which will
continue to refuse to read state written by later versions.
2020-10-28 16:52:35 -04:00
..
remote Fix bug for force push for backends besides the remote backend 2020-09-10 09:13:57 -04:00
statefile states: Disable Terraform version check 2020-10-28 16:52:35 -04:00
statemgr use a single log writer 2020-10-19 14:29:54 -04:00
doc.go states: New package with modern models for Terraform state 2018-10-16 18:49:20 -07:00
instance_generation.go states: New package with modern models for Terraform state 2018-10-16 18:49:20 -07:00
instance_object.go Update ordering for marking/unmarking and asserting plan valid 2020-10-02 13:03:11 -04:00
instance_object_src.go Store sensitive attribute paths in state (#26338) 2020-09-24 12:40:17 -04:00
module.go Update some comments in states package 2020-10-07 10:57:25 -04:00
objectstatus_string.go stringer: Regenerate files with latest version 2019-05-13 15:34:27 +01:00
output_value.go add AbsOutputAddrs to state outputs 2020-04-13 16:37:59 -04:00
resource.go remove EachMode from resource state 2020-04-30 09:22:14 -04:00
resource_test.go states: Fix TestResourceInstanceDeposeCurrentObject 2018-10-16 19:14:11 -07:00
state.go Add ModuleOutputs method to states 2020-04-13 17:59:09 -04:00
state_deepcopy.go Store sensitive attribute paths in state (#26338) 2020-09-24 12:40:17 -04:00
state_equal.go states: New package with modern models for Terraform state 2018-10-16 18:49:20 -07:00
state_string.go remove extra brackets in state string output 2020-04-09 15:36:16 -04:00
state_test.go Store sensitive attribute paths in state (#26338) 2020-09-24 12:40:17 -04:00
sync.go Update some comments in states package 2020-10-07 10:57:25 -04:00