I haven't made any changes to my terraform scripts, and deploys started failing with an error like this:
2020/10/09 05:00:42 [DEBUG] Using modified User-Agent: Terraform/0.12.26 TFE/v202007-2
Error: Unsupported attribute
on .terraform/modules/rds.rds/main.tf line 3, in locals:
3: master_password = var.password == "" ? random_id.master_password.b64 : var.password
This object has no argument, nested block, or exported attribute named "b64".