Stephan B.
Stephan B.
**Solution and explanation** By default, zerolog uses a time calculation precision of seconds. This is for performance reasons, I think. As stated in the documentation ([README](https://github.com/rs/zerolog#global-settings)), just do ``` zerolog.TimeFieldFormat...
> Personally, I'm happy with both solutions, but solution 2 would require this feature to be shipped before 1.7.0 stable as it will be a syntax change. Thanks. I'm happy...
**Version history** (this comment will be edited whenever I make edits to the RFC text) - 2023-11-14 copy text verbatim from https://github.com/opentofu/opentofu/issues/297#issuecomment-1774176611 - 2023-11-14 add suggestion by @cube2222 to also...
Thank you very much for your feedback, it's much appreciated. > ## **Usage with `terraform_remote_state` data source** > > Documentation: https://opentofu.org/docs/language/state/remote-state-data > > Right now I think there is a...
> Regarding `terraform_remote_state`, I agree we should think this through and design a good story for it. Of course, some users might use only a single master key for everything,...
I've [rebased my PoC branch onto v1.6.0-beta4](https://github.com/StephanHCB/opentofu/tree/feature/issue-874-state-encryption-poc). It builds and the unit tests for the encryption part are still green. Doesn't include the configuration changes from the updated RFC yet,...
> I just managed to read through the RFC and I have one question/addition. I think it would be beneficial to separate the encryption keys and encryption methods. The reasoning...
> Hello! I have a question on the encryption of sensitive fields: would it make sense to support this from the beginning as an encryption backend configuration that is off...
Just as a heads up to anyone giving this a spin, here's a working example of the encryption configuration using pbkdf2 and aes_gcm: ``` export TF_ENCRYPTION='''{ "key_provider": { "pbkdf2": {...
> We'd appreciate it a lot if you could resubmit this as an RFC on the OpenTF project, once the repo is open, as it seems you've thought this through...