Is it possible to manage OAuth client secrets in Terraform without them appearing in the state file?
# Genesys Cloud Terraform Provider
# ...
# ...
I am running terraform plan and seeing the plaintext secret in the diff. I need this hidden for Newman CI runs.