Open jkroepke opened 6 months ago
Hi!
I read the document and source code about the OpenTofu state encryption.
In conclusion, It is hard to support the encryption by tfstate-lookup.
internal/
directory. We cannot import the code.TF_ENCRYPTION
environment variable includes HCL code. So we have to write compatible behavior from parsing the code to all. It is hard for me, and I lack motivation.I understand, thanks.
Seems like the alternative approach would be tofu state pull
and use the local state as source
Hey, me again!
I would like to know of you have in mind to. support OpenTofu?
OpenTofu supports state encryption (https://opentofu.org/docs/language/state/encryption/) which not available in Terraform.
However, since OpenTofu is on the market, Terraform plan to implement state encryption as well. I expect, they implement it differently.
With OpenTofu support, you could replace the terraform dependencies with the opentofu with the risk to lose support for future terraform support.
The best possible solution would a switch to implement both.