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:
Oleksandr Levchenkov
2025-04-25 12:26:28 +03:00
committed by GitHub
parent f42dfbc497
commit 82d71e50e8
42 changed files with 334 additions and 107 deletions

View File

@@ -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, "",
)
}))