You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@lays147 Thanks for raising this issue.
It has already been noticed in #10803. I'm going to close this one as a duplicate so that we can concentrate discussion in the linked issue.
Please add any additional comments there.
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.12.29
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
aws_appmesh_virtual_router should accept
grpc
as a protocol option.Actual Behavior
Error: expected spec.0.listener.0.port_mapping.0.protocol to be one of [http tcp], got grpc
Steps to Reproduce
terraform plan
Important Factoids
Virtual Router supports http/2 and grpc as protocols. This info is not in AWS docs, though
https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_routers.html
References
The text was updated successfully, but these errors were encountered: