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
The crunchybridge_clusterroles data source provides database connection information for each role as name, password, and uri. It would be nice if it provided host, port and database too instead of just the uri, so that the values can be easily passed to other things such as the config of the cyrilgdn/postgresql provider.
I'm parsing the information out of the uri with the following regex.
The crunchybridge_clusterroles data source provides database connection information for each role as
name
,password
, anduri
. It would be nice if it providedhost
,port
anddatabase
too instead of just theuri
, so that the values can be easily passed to other things such as the config of the cyrilgdn/postgresql provider.I'm parsing the information out of the
uri
with the following regex.The text was updated successfully, but these errors were encountered: