func readEndpointFromProviderBlock()

in internal/provider/provider.go [138:144]


func readEndpointFromProviderBlock(data ModuleTelemetryProviderModel) string {
	e, err := strconv.Unquote(data.Endpoint.String())
	if err != nil {
		return data.Endpoint.String()
	}
	return e
}