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
Hello, I'm creating a mongodbatlas_database_user for my application and I'm trying to figure out how to pass my application an authenticated connection string to use, but I can't figure out how to get the host to use to build the connection string. I'm trying something like this:
For the WHAT_GOES_HERE placeholder, I'm looking at trying to parse it out of mongodbatlas_cluster.connection_strings.0.standard_srv but that seems really complicated so I assume I must be missing something?
The text was updated successfully, but these errors were encountered:
Hello, I'm creating a
mongodbatlas_database_user
for my application and I'm trying to figure out how to pass my application an authenticated connection string to use, but I can't figure out how to get the host to use to build the connection string. I'm trying something like this:For the
WHAT_GOES_HERE
placeholder, I'm looking at trying to parse it out ofmongodbatlas_cluster.connection_strings.0.standard_srv
but that seems really complicated so I assume I must be missing something?The text was updated successfully, but these errors were encountered: