Best place for a global terraform configuration option?

Hello, I’m trying to remedy an issue with Terraform that irks me: Having to type “yes” to apply, destroy, or clear a lock… I want that word to be overridable. Maybe to “aye” or “make it so” or “sure” or “oui” or “sí” or whatever else…

(I should quickly add this is mostly for my personal amusement and to play with “go” a bit)

So, I have the Terraform code and adding a CLI parameter to override it seems easy enough, and maybe adding it to individual project source somehow, but is there any way to add to add a global configuration for Terraform that I’ve never come across? You know, like a ~/.terraform/config type of thing?