terraform-provider-aws icon indicating copy to clipboard operation
terraform-provider-aws copied to clipboard

private_key in provider_details should be marked as sensitive for aws_cognito_identity_provider

Open jmetzmeier opened this issue 4 years ago • 2 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

Terraform v0.12.24

Affected Resource(s)

  • aws_cognito_identity_provider

Terraform Configuration Files

Expected Behavior

When running a plan or apply the value for provider_details.private_key should not be displayed in plain text.

Actual Behavior

The ssh private key is displayed in plain text in the plan/apply output.

Steps to Reproduce

  1. Run terraform apply with a aws_cognito_identity_provider resource with provider_details.private_key set.

jmetzmeier avatar May 21 '20 18:05 jmetzmeier