Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opentofu/opentofu
/ StateEncryptionDisabled
Function
StateEncryptionDisabled
internal/encryption/state.go:137–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
}
136
137
func
StateEncryptionDisabled() StateEncryption {
138
return
&stateDisabled{}
139
}
140
141
type
stateDisabled
struct
{}
142
Callers
15
TestCloud
Function · 0.92
TestCloud_backendWithoutHost
Function · 0.92
TestCloud_PrepareConfig
Function · 0.92
TestCloud_PrepareConfigWithEnvVars
Function · 0.92
TestCloud_configVerifyMinimumTFEVersion
Function · 0.92
TestCloud_configVerifyMinimumTFEVersionInAutomation
Function · 0.92
TestCloud_ServiceDiscoveryAliases
Function · 0.92
TestState_GetRootOutputValues
Function · 0.92
TestState
Function · 0.92
testBackend
Function · 0.92
testUnconfiguredBackend
Function · 0.92
testServerWithSnapshotsEnabled
Function · 0.92
Calls
no outgoing calls
Tested by
15
TestCloud
Function · 0.74
TestCloud_backendWithoutHost
Function · 0.74
TestCloud_PrepareConfig
Function · 0.74
TestCloud_PrepareConfigWithEnvVars
Function · 0.74
TestCloud_configVerifyMinimumTFEVersion
Function · 0.74
TestCloud_configVerifyMinimumTFEVersionInAutomation
Function · 0.74
TestCloud_ServiceDiscoveryAliases
Function · 0.74
TestState_GetRootOutputValues
Function · 0.74
TestState
Function · 0.74
TestApply_defaultState
Function · 0.74
TestApply_plan_backup
Function · 0.74
TestStatePush_forceRemoteState
Function · 0.74