OpenTofu – Configuring State Encryption in AWS with KMS
One of the problems that’s been present in Terraform for a while is that any secrets that make their way in to your state remain visible in the clear. The state is, after all, just a big JSON document. There is an arg...