terraform-provider-aws
terraform-provider-aws copied to clipboard
private_key in provider_details should be marked as sensitive for aws_cognito_identity_provider
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
- Run
terraform apply
with a aws_cognito_identity_provider resource withprovider_details.private_key
set.