[Enhancement]: Add support for Cloudfront gRPC requestsย #40492
Closed
Description
Description
AWS Cloudfront (CF) supports gRPC requests now. See the blog post here.
In order to enable gRPC requests, GrpcConfig
in the CF Distribution cache behaviour should be enabled.
https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CacheBehavior.html
Could you add a support for it in AWS Cloudfront distribution?
Affected Resource(s) and/or Data Source(s)
aws_cloudfront_distribution
Potential Terraform Configuration
No response
References
https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CacheBehavior.html
https://aws.amazon.com/blogs/aws/amazon-cloudfront-now-accepts-your-applications-grpc-calls/
Would you like to implement a fix?
No