Setting Facebook API version in AWS Cognito User Pool using Terraform
I couldn't find any documentation about how to set a Facebook API version in Terraform when integrating an AWS Cognito User Pool with it. The block below can be deployed without any errors: resource "aws_cognito_identity_provider" "facebook_identity_provider" { provider_name = "Facebook"…