MCPcopy
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
137func StateEncryptionDisabled() StateEncryption {
138 return &stateDisabled{}
139}
140
141type stateDisabled struct{}
142

Calls

no outgoing calls