mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
add deprecation warnings support for terraform_remote_state (#2679)
Signed-off-by: ollevche <ollevche@gmail.com> Signed-off-by: Christian Mesh <christianmesh1@gmail.com> Co-authored-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f42dfbc497
commit
82d71e50e8
@@ -337,7 +337,7 @@ func TestState_PersistState(t *testing.T) {
|
||||
cloudState.WriteState(states.BuildState(func(s *states.SyncState) {
|
||||
s.SetOutputValue(
|
||||
addrs.OutputValue{Name: "boop"}.Absolute(addrs.RootModuleInstance),
|
||||
cty.StringVal("beep"), false,
|
||||
cty.StringVal("beep"), false, "",
|
||||
)
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user