How to get cosmos db gremlin endpoint

We are using Terraform to generate endpoint and set to our service, we can get document db connection string:
AccountEndpoint=https://mygraphaccount.documents.azure.com:443/

My question is how to get Gremlin Endpoint:
GremlinEndpoint: wss://mygraphaccount.gremlin.cosmos.azure.com:443/,

Thank you.