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
After the successful merge of #113 , we can refactor the way we're getting the connection string.
We don't need to call the clusters/<cluster_id>/connection/ endpoint anymore because this information is coming with the cluster in API v3, in connection field.
Instead of calling this function separately in the data-source and the resource, we can utils.SetOrPanic the cluster.ClusterConnection, or something similar.
The text was updated successfully, but these errors were encountered:
After the successful merge of #113 , we can refactor the way we're getting the connection string.
We don't need to call the
clusters/<cluster_id>/connection/
endpoint anymore because this information is coming with the cluster in API v3, inconnection
field.Instead of calling this function separately in the data-source and the resource, we can
utils.SetOrPanic
thecluster.ClusterConnection
, or something similar.The text was updated successfully, but these errors were encountered: