Running into a security issue with the Nice CXone Terraform provider. When I define nice_cxone_oauth_client, the client_secret gets written in plaintext to the .tfstate file. I’ve tried using sensitive = true in the variable definition, but it’s still readable if someone has access to the backend. Is there a way to mask this or store it externally? Here’s the snippet causing the leak. Just want to keep it out of version control.