github.com/opentofu/opentofu@v1.7.1/internal/encryption/keyprovider/static/README.md (about)

     1  # Example static key provider
     2  
     3  > [!WARNING]
     4  > This file is not an end-user documentation, it is intended for developers. Please follow the user documentation on the OpenTofu website unless you want to work on the encryption code.
     5  
     6  > [!WARNING]
     7  > This provider is not intended for production use and merely serves as a simple example!
     8  
     9  This folder contains a key provider that accepts a static, hex-encoded key. Its only purpose is to serve as a provider for tests and as a demonstration on implementing a key provider.