Here's a fact that's easy to forget until it bites you: a Terraform state file
stores resource attributes in plaintext — and that includes secrets. RDS
master passwords, IAM access keys baked into user data, API tokens passed as
variables. They're all just sitting there in terraform.tfstate as readable
JSON.






